a-Shell apk

a-Shell cho Android


- REQUIRES ANDROID | Danh mục: Developer Tools

Xếp hạng 4.625 từ 8 Bình chọn | $ Free



a-Shell Ảnh chụp màn hình

→ → → → →


Tải xuống và cài đặt APK trên Android


Cách thiết lập a-Shell APK:

Tệp APK (Bộ gói Android) là tệp thô của ứng dụng Android. Tìm hiểu cách cài đặt a-shell.apk tệp trên điện thoại của bạn trong 4 bước đơn giản:

  1. Tải a-shell.apk xuống thiết bị của bạn bằng bất kỳ máy nhân bản tải xuống nào của chúng tôi.
  2. Cho phép các ứng dụng của Bên thứ 3 (không phải cửa hàng Play) trên thiết bị của bạn: Đi tới Trình đơn » Cài đặt » Bảo mật » . Nhấp vào "Nguồn không xác định" . Bạn sẽ được nhắc cho phép trình duyệt hoặc trình quản lý tệp của mình cài đặt các APK.
  3. Tìm tệp a-shell.apk và nhấp để Cài đặt: Đọc tất cả lời nhắc trên màn hình và nhấp vào "Có" hoặc "Không" tương ứng.
  4. Sau khi cài đặt, ứng dụng a-Shell sẽ xuất hiện trên màn hình chính của thiết bị của bạn.

a-Shell APK có an toàn không?

Đúng. Chúng tôi cung cấp một số bản sao tải xuống Apk an toàn nhất để nhận a-Shell apk.



a-Shell v1.15.0 APK Tải về Gương

Trên iTunes: Free Trên iTunes

Gương: Tải về cho Android


Có gì mới trong v1.15.0


  • Ngày phát hành: 2024-06-18
  • Phiên bản hiện tại: 1.15.0
  • Kích thước tệp: 624.67 MB
  • Nhà phát triển: Nicolas Holzschuch
  • Khả năng tương thích: Yêu cầu iOS 13.0 hoặc mới hơn. hoặc Android KitKat 4.4, Lollipop 5.0, Marshmallow 6.0, Nougat 7.0, Oreo 8.0, Pie 9.0, Quince Tart 10, Red velvet cake 11, Snow cone 12 hoặc sau đó phiên bản

a-Shell is a complete local terminal emulator, allowing to run most Unix commands on you 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 iOS underlying BSD Unix. a-Shell includes Python, Lua, Perl, JavaScript, C, C++ for programming and TeX (texlive 2023, 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't need a C compiler, a TeX engine, or numpy and matplotlib, there is a-Shell mini.


Apk Mirror 1: : Tải về APK



a-Shell Bài đánh giá


  • 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 "/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", line 280, in <module> main() File "/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", line 263, in main json_out['return_val'] = hook(**hook_input['kwargs']) File "/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", line 108, in get_requires_for_build_wheel backend = _build_backend() File "/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", line 83, in _build_backend ep = os.environ['PEP517_BUILD_BACKEND'] File "/private/var/containers/Bundle/Application/FDD89F83-6B2F-41AF-B7D6-4707F6F0B8E7/a-Shell.app/Library/lib/python3.9/os.py", line 682, in __getit em__ raise KeyError(key) from None KeyError: 'PEP517_BUILD_BACKEND' ---------------------------------------- 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-packages/pip/_vendor/pep51 7/_in_process.py get_requires_for_build_wheel /private/var/mobile/Containers/Data/Application/8872B82D-EB1D-4513-BD9D-EA752E07736F/tmp/tmpcxrvp218 Check the logs for full command output. Please help me.

    ~ Bởi Người VN ghét Trung Quốc


a-Shell các ứng dụng như a-Shell




Các apks khác bằng Nicolas Holzschuch