---
title: "a-Shell - Bewertungen, Einnahmen und Downloads in Vietnam | Apple App Store"
description: "a-Shell is a complete local terminal emulator, allowing to run most Unix commands on your iOS device. You can transfer files using scp and curl, edit them with vim and ed, process them using grep, awk"
---

# a-Shell — Vietnam
> *Local* Unix terminal (&amp; ssh)

![a-Shell App Icon](https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/f6/a0/24/f6a0248c-b5a2-761d-03b3-3cc706b5746f/AppIcon-1x_U007emarketing-0-8-0-85-220-0.png/434x0w.png)

**Developer:** [Nicolas Holzschuch](https://apptail.io/de/developer/nicolas-holzschuch-jhrb)
**Category:** Developer Tools
**Rating:** 3.9/5 (27 ratings)
**Price:** Free
**Bundle ID:** AsheKube.app.a-Shell
**Store:** Apple App Store
**Country:** Vietnam
**Version:** 2.0.3 (released 2026-05-27)
**Original Release:** 2019-10-25
**Languages:** English, French, German, Japanese, Korean, Chinese, Spanish

**App Store Link:** [Download on Apple App Store](https://apps.apple.com/vn/app/app/id1473805438)
**AppTail Page:** [https://apptail.io/de/app/a-shell-gys/vietnam](https://apptail.io/de/app/a-shell-gys/vietnam)

## a-Shell Description
a-Shell is a complete local terminal emulator, allowing to run most Unix commands on your iOS device. You can transfer files using scp and curl, edit them with vim and ed, process them using grep, awk and sed. You can work with git repositories using lg2. 
Most commands are compiled for iOS native Arm64 format, making them fast and well integrated with the BSD Unix that powers iOS/iPadOS.

a-Shell includes Python, Lua, Perl, JavaScript, C, C++ for programming and TeX (texlive 2025, with Tikz and LuaTeX) for text processing. 

There are also multiple network utilities: nslookup, ping, whois, ifconfig... Type help for help, help -l to get the full list of commands. 

a-Shell can be controlled from Shortcuts: run commands in order, process files in a-Shell, get the results as text or files, transfer files to other apps...

a-shell uses iOS 13+ “multiple windows” ability, so you can run multiple shells at the same time, with different commands, in different directories. You can edit a file in one window with vim and process it in the other with python. 

Compile your C or C++ programs to webAssembly using clang or clang++, and execute the resulting binary. A complete webAssembly SDK is included (WASI-libc).

a-Shell is the complete version. If you need a smaller app, and you don&#039;t need a C compiler, a TeX engine, or numpy and matplotlib, there is a-Shell mini.

## a-Shell Screenshots
- [Screenshot 1](https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/ad/b9/25/adb92590-431c-b3d9-84d6-205987bef2a3/pr_source.png/1242x2688.png)
- [Screenshot 2](https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/7a/56/f0/7a56f018-e4b4-87d9-dd0e-ba9d1d24421a/pr_source.png/1242x2688.png)
- [Screenshot 3](https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/89/80/3c/89803ce2-dfdc-f08f-7639-174b68cd865b/pr_source.png/1242x2688.png)
- [Screenshot 4](https://is1-ssl.mzstatic.com/image/thumb/Purple123/v4/89/12/2f/89122fce-99a1-540c-588a-3ed65d125cdd/pr_source.png/1242x2688.png)
- [Screenshot 5](https://is1-ssl.mzstatic.com/image/thumb/Purple113/v4/9f/42/31/9f4231f0-26dd-a8af-4cf7-492be48e1774/pr_source.png/1242x2688.png)

## a-Shell Rating Breakdown in Vietnam
- 5 stars: 15 (56%)
- 4 stars: 4 (15%)
- 3 stars: 3 (11%)
- 2 stars: 0 (0%)
- 1 stars: 5 (19%)

## a-Shell Reviews in Vietnam

### ****- "Where is the package manager for this terminal"
I can’t find apt, apt-get or yum
-- Ringo Stark, 2023-08-19

### ***** "default to user installation because normal site-package is not write able"
When i type: pip install sklearn
I encountered this problem: Collecting sklearn
  Downloading sklearn-0.0.tar.gz (1.1 kB)
Collecting scikit-learn
  Using cached scikit-learn-0.24.0.tar.gz (7.4 MB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  ERROR: Command errored out with exit status 1:
   command: /private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/bin/python3 /private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /private/var/mobile/Containers/Data/Application/8872B82D-EB1D-4513-BD9D-EA752E07736F/tmp/tmpcxrvp218
       cwd: /private/var/mobile/Containers/Data/Application/8872B82D-EB1D-4513-BD9D-EA752E07736F/tmp/pip-install-8txm5c6w/scikit-learn_ee9aba0f856845eeb49f0014c54471fe
  Complete output (12 lines):
  Traceback (most recent call last):
    File &quot;/private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/site-packages/pip/_vendor/pep517/_in_process.py&quot;, line 280, in &lt;module&gt;
      main()
    File &quot;/private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/site-packages/pip/_vendor/pe
p517/_in_process.py&quot;, line 263, in main
      json_out[&#039;return_val&#039;] = hook(**hook_input[&#039;kwargs&#039;])
    File &quot;/private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/site-packages/pip/_vendor/pe
p517/_in_process.py&quot;, line 108, in get_requires_for_build_wheel
      backend = _build_backend()
    File &quot;/private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/site-packages/pip/_vendor/pe
p517/_in_process.py&quot;, line 83, in _build_backend
      ep = os.environ[&#039;PEP517_BUILD_BACKEND&#039;]
    File &quot;/private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/os.py&quot;, line 682, in __getit
em__
      raise KeyError(key) from None
  KeyError: &#039;PEP517_BUILD_BACKEND&#039;
  ----------------------------------------
ERROR: Command errored out with exit status 1: /private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/bin/p
ython3 /private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/site-pac
-- Người VN ghét Trung Quốc, 2021-01-08

[View all a-Shell reviews and detailed analytics on AppTail](https://apptail.io/de/account/signup?utm_campaign=ai-crawl&amp;utm_content=reviews)


## a-Shell Store Rankings
| Chart | Country | Category | Rank |
|-------|---------|----------|------|
| Top Kostenlos | Japan | Developer Tools | #5 |
| Top Kostenlos | Südkorea | Developer Tools | #11 |
| Top Kostenlos | Polen | Developer Tools | #12 |
| Top Kostenlos | Schweden | Developer Tools | #12 |
| Top Kostenlos | Dominikanische Republik | Developer Tools | #12 |
| Top Kostenlos | Griechenland | Developer Tools | #13 |
| Top Kostenlos | Australien | Developer Tools | #13 |
| Top Kostenlos | Norwegen | Developer Tools | #15 |
| Top Kostenlos | Kanada | Developer Tools | #16 |
| Top Kostenlos | Neuseeland | Developer Tools | #16 |
| Top Kostenlos | Israel | Developer Tools | #19 |
| Top Kostenlos | Italien | Developer Tools | #19 |
| Top Kostenlos | Ägypten | Developer Tools | #19 |
| Top Kostenlos | Deutschland | Developer Tools | #20 |
| Top Kostenlos | Spanien | Developer Tools | #21 |
| Top Kostenlos | Portugal | Developer Tools | #21 |
| Top Kostenlos | Schweiz | Developer Tools | #22 |
| Top Kostenlos | Vietnam | Developer Tools | #23 |
| Top Kostenlos | Dänemark | Developer Tools | #24 |
| Top Kostenlos | Finnland | Developer Tools | #25 |
| Top Kostenlos | Kasachstan | Developer Tools | #26 |
| Top Kostenlos | Vereinigte Staaten | Developer Tools | #27 |
| Top Kostenlos | Vereinigtes Königreich | Developer Tools | #27 |
| Top Kostenlos | Türkei | Developer Tools | #27 |
| Top Kostenlos | Singapur | Developer Tools | #27 |
| Top Kostenlos | Sonderverwaltungsregion Hongkong | Developer Tools | #27 |
| Top Kostenlos | Brasilien | Developer Tools | #28 |
| Top Kostenlos | Thailand | Developer Tools | #28 |
| Top Kostenlos | Saudi-Arabien | Developer Tools | #29 |
| Top Kostenlos | Taiwan | Developer Tools | #30 |
| Top Kostenlos | Österreich | Developer Tools | #30 |
| Top Kostenlos | Niederlande | Developer Tools | #31 |
| Top Kostenlos | Kuwait | Developer Tools | #31 |
| Top Kostenlos | Frankreich | Developer Tools | #31 |
| Top Kostenlos | Peru | Developer Tools | #32 |
| Top Kostenlos | Malaysia | Developer Tools | #36 |
| Top Kostenlos | China | Developer Tools | #39 |
| Top Kostenlos | Vereinigte Arabische Emirate | Developer Tools | #41 |
| Top Kostenlos | Ukraine | Developer Tools | #41 |
| Top Kostenlos | Nigeria | Developer Tools | #43 |
| Top Kostenlos | Indien | Developer Tools | #43 |
| Top Kostenlos | Mexiko | Developer Tools | #47 |
| Top Kostenlos | Belgien | Developer Tools | #48 |
| Top Kostenlos | Philippinen | Developer Tools | #50 |
| Top Kostenlos | Südafrika | Developer Tools | #52 |
| Top Kostenlos | Libanon | Developer Tools | #58 |
| Top Kostenlos | Chile | Developer Tools | #58 |
| Top Kostenlos | Indonesien | Developer Tools | #58 |
| Top Kostenlos | Aserbaidschan | Developer Tools | #61 |
| Top Kostenlos | Ecuador | Developer Tools | #73 |
| Top Kostenlos | Kolumbien | Developer Tools | #74 |
| Top Kostenlos | Tschechien | Developer Tools | #74 |
| Top Kostenlos | Argentinien | Developer Tools | #75 |
| Top Kostenlos | Irland | Developer Tools | #80 |
| Top Kostenlos | Belarus | Developer Tools | #88 |
| Top Kostenlos | Rumänien | Developer Tools | #91 |
| Top Kostenlos | Ungarn | Developer Tools | #105 |
| Top Kostenlos | Pakistan | Developer Tools | #145 |

## a-Shell Discovered Keywords
- terminal
- a-shell
- shell

## Apps Similar to a-Shell
- [WebSSH - Sysadmin Toolbox](https://apptail.io/de/app/webssh-sysadmin-toolbox-IYb/vietnam)
- [Termius - Modern SSH Client](https://apptail.io/de/app/termius-modern-ssh-client-XCc/vietnam)
- [Git client - Working Copy](https://apptail.io/de/app/git-client-working-copy-dnf/vietnam)
- [Pyto IDE](https://apptail.io/de/app/pyto-ide-xSp/vietnam)
- [iSH Shell](https://apptail.io/de/app/ish-shell-JTp/vietnam)
- [SSH Client - Terminal &amp; SFTP](https://apptail.io/de/app/ssh-client-terminal-sftp-gGs/vietnam)
- [ServerCat - SSH Terminal](https://apptail.io/de/app/servercat-ssh-terminal-pDu/vietnam)
- [xTerminal - SSH Terminal Shell](https://apptail.io/de/app/xterminal-ssh-terminal-shell-XAx/vietnam)
- [Blink Shell, Build &amp; Code](https://apptail.io/de/app/blink-shell-build-code-BUA/vietnam)
- [Terminal#](https://apptail.io/de/app/terminal-ofD/vietnam)

## a-Shell Available In
- [Vereinigte Staaten](https://apptail.io/de/app/a-shell-gys/united-states)
- [Deutschland](https://apptail.io/de/app/a-shell-gys/germany)
- [China](https://apptail.io/de/app/a-shell-gys/china)
- [Japan](https://apptail.io/de/app/a-shell-gys/japan)
- [Vereinigtes Königreich](https://apptail.io/de/app/a-shell-gys/united-kingdom)
- [Kanada](https://apptail.io/de/app/a-shell-gys/canada)
- [Australien](https://apptail.io/de/app/a-shell-gys/australia)
- [Frankreich](https://apptail.io/de/app/a-shell-gys/france)
- [Südkorea](https://apptail.io/de/app/a-shell-gys/south-korea)
- [Brasilien](https://apptail.io/de/app/a-shell-gys/brazil)
- [Indien](https://apptail.io/de/app/a-shell-gys/india)
- [Italien](https://apptail.io/de/app/a-shell-gys/italy)
- [Schweiz](https://apptail.io/de/app/a-shell-gys/switzerland)
- [Taiwan](https://apptail.io/de/app/a-shell-gys/taiwan)
- [Spanien](https://apptail.io/de/app/a-shell-gys/spain)
- [Niederlande](https://apptail.io/de/app/a-shell-gys/netherlands)
- [Vietnam](https://apptail.io/de/app/a-shell-gys/vietnam)
- [Mexiko](https://apptail.io/de/app/a-shell-gys/mexico)
- [Sonderverwaltungsregion Hongkong](https://apptail.io/de/app/a-shell-gys/hong-kong)
- [Polen](https://apptail.io/de/app/a-shell-gys/poland)
- [Türkei](https://apptail.io/de/app/a-shell-gys/turkey)
- [Schweden](https://apptail.io/de/app/a-shell-gys/sweden)
- [Österreich](https://apptail.io/de/app/a-shell-gys/austria)
- [Tschechien](https://apptail.io/de/app/a-shell-gys/czechia)
- [Ukraine](https://apptail.io/de/app/a-shell-gys/ukraine)
- [Thailand](https://apptail.io/de/app/a-shell-gys/thailand)
- [Saudi-Arabien](https://apptail.io/de/app/a-shell-gys/saudi-arabia)
- [Dänemark](https://apptail.io/de/app/a-shell-gys/denmark)
- [Norwegen](https://apptail.io/de/app/a-shell-gys/norway)
- [Neuseeland](https://apptail.io/de/app/a-shell-gys/new-zealand)
- [Slowakei](https://apptail.io/de/app/a-shell-gys/slovakia)
- [Belgien](https://apptail.io/de/app/a-shell-gys/belgium)
- [Indonesien](https://apptail.io/de/app/a-shell-gys/indonesia)
- [Vereinigte Arabische Emirate](https://apptail.io/de/app/a-shell-gys/united-arab-emirates)
- [Philippinen](https://apptail.io/de/app/a-shell-gys/philippines)
- [Irland](https://apptail.io/de/app/a-shell-gys/ireland)
- [Singapur](https://apptail.io/de/app/a-shell-gys/singapore)
- [Chile](https://apptail.io/de/app/a-shell-gys/chile)
- [Ungarn](https://apptail.io/de/app/a-shell-gys/hungary)
- [Israel](https://apptail.io/de/app/a-shell-gys/israel)
- [Belarus](https://apptail.io/de/app/a-shell-gys/belarus)
- [Kolumbien](https://apptail.io/de/app/a-shell-gys/colombia)
- [Südafrika](https://apptail.io/de/app/a-shell-gys/south-africa)
- [Finnland](https://apptail.io/de/app/a-shell-gys/finland)
- [Kroatien](https://apptail.io/de/app/a-shell-gys/croatia)
- [Malaysia](https://apptail.io/de/app/a-shell-gys/malaysia)
- [Nigeria](https://apptail.io/de/app/a-shell-gys/nigeria)
- [Rumänien](https://apptail.io/de/app/a-shell-gys/romania)
- [Estland](https://apptail.io/de/app/a-shell-gys/estonia)
- [Usbekistan](https://apptail.io/de/app/a-shell-gys/uzbekistan)
- [Kasachstan](https://apptail.io/de/app/a-shell-gys/kazakhstan)
- [Peru](https://apptail.io/de/app/a-shell-gys/peru)
- [Griechenland](https://apptail.io/de/app/a-shell-gys/greece)
- [Katar](https://apptail.io/de/app/a-shell-gys/qatar)
- [Lettland](https://apptail.io/de/app/a-shell-gys/latvia)
- [Bulgarien](https://apptail.io/de/app/a-shell-gys/bulgaria)
- [Luxemburg](https://apptail.io/de/app/a-shell-gys/luxembourg)
- [Litauen](https://apptail.io/de/app/a-shell-gys/lithuania)
- [Ghana](https://apptail.io/de/app/a-shell-gys/ghana)
- [Nepal](https://apptail.io/de/app/a-shell-gys/nepal)
- [Argentinien](https://apptail.io/de/app/a-shell-gys/argentina)
- [Kuwait](https://apptail.io/de/app/a-shell-gys/kuwait)
- [Panama](https://apptail.io/de/app/a-shell-gys/panama)
- [Algerien](https://apptail.io/de/app/a-shell-gys/algeria)
- [Pakistan](https://apptail.io/de/app/a-shell-gys/pakistan)
- [Dominikanische Republik](https://apptail.io/de/app/a-shell-gys/dominican-republic)
- [Paraguay](https://apptail.io/de/app/a-shell-gys/paraguay)
- [Zypern](https://apptail.io/de/app/a-shell-gys/cyprus)
- [Malta](https://apptail.io/de/app/a-shell-gys/malta)
- [Jordanien](https://apptail.io/de/app/a-shell-gys/jordan)
- [Slowenien](https://apptail.io/de/app/a-shell-gys/slovenia)
- [Sri Lanka](https://apptail.io/de/app/a-shell-gys/sri-lanka)
- [Senegal](https://apptail.io/de/app/a-shell-gys/senegal)
- [Uruguay](https://apptail.io/de/app/a-shell-gys/uruguay)
- [Island](https://apptail.io/de/app/a-shell-gys/iceland)
- [Jamaika](https://apptail.io/de/app/a-shell-gys/jamaica)
- [Honduras](https://apptail.io/de/app/a-shell-gys/honduras)
- [Kenia](https://apptail.io/de/app/a-shell-gys/kenya)
- [Kaimaninseln](https://apptail.io/de/app/a-shell-gys/cayman-islands)
- [Libanon](https://apptail.io/de/app/a-shell-gys/lebanon)
- [Madagaskar](https://apptail.io/de/app/a-shell-gys/madagascar)
- [Nordmazedonien](https://apptail.io/de/app/a-shell-gys/north-macedonia)
- [Mali](https://apptail.io/de/app/a-shell-gys/mali)
- [Sonderverwaltungsregion Macau](https://apptail.io/de/app/a-shell-gys/macau)
- [Mauritius](https://apptail.io/de/app/a-shell-gys/mauritius)
- [Grenada](https://apptail.io/de/app/a-shell-gys/grenada)
- [Angola](https://apptail.io/de/app/a-shell-gys/angola)
- [Namibia](https://apptail.io/de/app/a-shell-gys/namibia)
- [Armenien](https://apptail.io/de/app/a-shell-gys/armenia)
- [Ägypten](https://apptail.io/de/app/a-shell-gys/egypt)
- [Ecuador](https://apptail.io/de/app/a-shell-gys/ecuador)
- [Oman](https://apptail.io/de/app/a-shell-gys/oman)
- [Portugal](https://apptail.io/de/app/a-shell-gys/portugal)
- [Belize](https://apptail.io/de/app/a-shell-gys/belize)
- [Brunei Darussalam](https://apptail.io/de/app/a-shell-gys/brunei)
- [Bermuda](https://apptail.io/de/app/a-shell-gys/bermuda)
- [Suriname](https://apptail.io/de/app/a-shell-gys/suriname)
- [Bahrain](https://apptail.io/de/app/a-shell-gys/bahrain)
- [Tunesien](https://apptail.io/de/app/a-shell-gys/tunisia)
- [Barbados](https://apptail.io/de/app/a-shell-gys/barbados)
- [Aserbaidschan](https://apptail.io/de/app/a-shell-gys/azerbaijan)
- [Uganda](https://apptail.io/de/app/a-shell-gys/uganda)

---

## About AppTail

[AppTail](https://apptail.io/de) is a mobile app intelligence platform providing app analytics, ASO (App Store Optimization) tools, keyword tracking, competitor analysis, revenue estimates, and review monitoring for iOS App Store apps. Track your app's performance, discover ranking keywords, monitor competitors, and analyze market trends.

- [Search Apps](https://apptail.io/de)
- [Top Charts](https://apptail.io/de/top-iphone-apps)
- [Sign Up for Full Access](https://apptail.io/de/account/signup?utm_campaign=ai-crawl&amp;utm_content=footer)

*Data provided by [AppTail](https://apptail.io/de) - Mobile App Intelligence Platform*
