This is also the first version of a-Shell compiled with the iOS 26 SDK. You'll notice that the buttons became significantly larger. It's both a good news (easier for user interaction) and a bad news: you can fit fewer buttons on the screen.
06.11.2025 07:06 β π 0 π 0 π¬ 0 π 0
Version 1.17.0 of a-Shell is now avaibable on the AppStore.
- big change: Python has been upgraded to version 3.13
- (a-Shell only): now includes scipy, scikit-learn, seaborn...
- new command: rsync (a long requested command)
- tons of bug fixes: less, nnn, scp...
06.11.2025 07:04 β π 1 π 1 π¬ 1 π 0
In my opinion, they both have good points and bad points. But you can add that to the plus column of a-Shell: is present on Bluesky.
06.11.2025 07:00 β π 0 π 0 π¬ 0 π 0
Join the a-Shell beta
Available on iOS
The next version of a-Shell is currently available for TestFlight beta testing, with two major Python-related changes:
- version number updated from 3.11 to 3.13
- added scipy and the packages that depend on scipy, like scikit-learn, seaborn, networkx...
testflight.apple.com/join/WUdKe3f4
14.10.2025 10:36 β π 0 π 1 π¬ 0 π 0
Join the a-Shell beta
Available on iOS
The next version of a-Shell is currently available for TestFlight beta testing, with two major Python-related changes:
- version number updated from 3.11 to 3.13
- added scipy and the packages that depend on scipy, like scikit-learn, seaborn, networkx...
testflight.apple.com/join/WUdKe3f4
14.10.2025 10:36 β π 0 π 1 π¬ 0 π 0
Γcourter un fichier audio (sans perte de qualitΓ©) sur iOS β Γ©pisode 2 β Geekend.ch
Β« ΓCOURTER UN FICHIER AUDIO (SANS PERTE DE QUALITΓ) SUR IOS β ΓPISODE 2 Β» by @geekend.bsky.social
geekend.ch/2025/05/ecou...
19.09.2025 17:25 β π 0 π 0 π¬ 0 π 0
Γcourter un fichier audio (sans perte de qualitΓ©) sur iOS β Geekend.ch
FFMPEG depuis un iPhone ? Cβest possible. Le meilleur couteau suisse pour les fichiers audio / video, dans la poche comme il se doit.
geekend.ch/2025/05/util...
@ffmpeg.org.web.brid.gy
11.05.2025 13:30 β π 4 π 3 π¬ 0 π 0
(a-Shell only):
- fixed an issue with dvipdfmx and user-installed fonts.
25.08.2025 14:15 β π 0 π 0 π¬ 0 π 0
Other changes:
- added TIFF and XML support to ImageMagick, updated ImageMagick to version 4.7.0
- added libopus support to ffmpeg
- fixed one issue with ffmpeg and hardware encoding that happens with iOS 26.
- fixed a bug when copying screen content
- fixed several issues with wasm3
25.08.2025 14:15 β π 0 π 0 π¬ 1 π 0
Version 1.16.1 of a-Shell (a terminal for iOS) is now out on the AppStore:
- a new command, "repeatCommand", will execute the command given in argument at regular intervals. repeatCommand with no arguments shows the current command, and "repeatCommand --stop" will stop the repetition.
25.08.2025 14:15 β π 1 π 1 π¬ 1 π 0
Version 1.16.0 of a-Shell is now out with the texlive-2025 binaries.
11.06.2025 20:13 β π 1 π 0 π¬ 0 π 0
The TestFlight version of a-Shell has the texlive-2025 binaries (and you can install a basic texlive-2025 distribution with "pkg install texlive-2025"). If you're an a-Shell TeX user, can you test it before I make it the official release?
26.05.2025 07:27 β π 1 π 2 π¬ 0 π 1
You're welcome!
14.01.2025 08:32 β π 1 π 0 π¬ 0 π 0
a group of people are gathered in a cave with the words oh pick me written on the bottom
ALT: a group of people are gathered in a cave with the words oh pick me written on the bottom
I can suggest myself. It's actually more of a local terminal, that lets you run commands on your iPad, but one of these commands is ssh, so you can also connect to distant computers.
There's also @secureshellfish.app, La Terminal, Blink Shell (hi guys)
06.01.2025 18:20 β π 1 π 0 π¬ 0 π 0
a-Shell has two types of binaries: native binaries, compiled to Arm64, and WebAssembly binaries. The former have to be embedded with the app, the latter can be downloaded on demand with "pkg". I regularly add new WebAssembly commands. The latest are "morse" and "age", the encryption tool. Enjoy.
11.12.2024 20:23 β π 2 π 0 π¬ 0 π 0
And now I have to get back to everyone who asked for h.265 encoding, to whom I replied: "I can't do it, libx265 is covered by the GPL", and update the reply with: "actually I did it, using libkvazaar, which is BSD-licensed" (thanks, guys).
Encode your videos with: "-c:v libkvazaar -tag:v hvc1".
09.12.2024 10:26 β π 0 π 0 π¬ 0 π 0
Two big news today:
- a-Shell has reached one million installs (cumulated for both apps: 539k for a-Shell, 461k for a-Shell mini)
- we have a new version on the AppStore: 1.15.9
What's new: h.265 encoding for ffmpeg and HEIF decoding for ImageMagick, updated bc, plus *tons* of bug fixes.
09.12.2024 10:24 β π 2 π 2 π¬ 1 π 0
That's one of our goals: to let you access the files on your iPad.
04.12.2024 20:23 β π 1 π 0 π¬ 1 π 0
The changes also mean that ripgrep is now compatible with the Wasm3 engine. You'll have to reinstall it (pkg install rg), but once it's done, it's blazingly *fast*.
21.11.2024 15:52 β π 1 π 0 π¬ 0 π 0
Sorry for this backward incompatibility, I'm trying really hard to avoid them but this one was just unavoidable. It reverts a bad decision I made 4 years ago.
On the plus side, a-Shell is now immune to the year 2038 bug.
21.11.2024 15:51 β π 1 π 0 π¬ 1 π 0
Version 1.15.7 is out on tha AppStore (a-Shell and a-Shell mini).
It fixes issues with the WebAssembly interpreters: how they scan directories, and how they set modification/acces dates.
The bad news is there's a backward incompatibility: if you installed zip or xz, you'll have to reinstall them.
21.11.2024 15:49 β π 3 π 1 π¬ 1 π 0
New account, for all announcements related to a-Shell (the iOS terminal app).
New release is version 1.15.7, coming soon, with minor changes.
19.11.2024 17:38 β π 2 π 0 π¬ 0 π 0