Analysis updated 2026-05-18
Connect to a remote server over SSH and manage the session without leaving the app.
Browse, upload, and download files on a remote machine using the built-in SFTP manager.
Monitor CPU, memory, network, and disk usage from a sidebar while working in the terminal.
Save multiple SSH connections so you never have to retype server details.
| rust-kotlin/ashell | trapezohe/anamnesis | aichovy/vibe-observer | |
|---|---|---|---|
| Stars | 68 | 68 | 67 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | easy | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Prebuilt binaries exist for macOS, Windows, and Linux, or build from source with cargo.
ashell is a desktop terminal application written in Rust, built on something called GPUI Component for its interface. It works like a modern replacement for a plain terminal window, letting you open local terminal tabs or connect to remote machines over SSH from the same app. For remote work, ashell supports both password based and key based SSH logins, and it lets you save, reopen, edit, and delete your saved connections so you do not have to retype server details every time. It also has a built in SFTP file manager, so you can browse, upload, and download files on a remote server without leaving the terminal window, including support for several file transfers running at once with their own progress display. The terminal display itself is handled by a component called alacritty_terminal, which parses terminal output and aims for accurate color codes, fast rendering, and full keyboard input support. Along the side of the window there is a live system monitor showing CPU, memory, swap, network, and disk usage. You can switch between several visual themes for the interface directly from the top toolbar, and the app ships with a built in font called Maple Mono NF CN that already supports Chinese, Japanese, and Korean text along with Nerd Font icons, so no extra font setup is needed. The newest release, version 0.3, adds global font and size settings that are remembered between sessions, saved layout preferences such as sidebar width and hidden file visibility, and better handling of dropped SSH connections, showing an overlay that lets you reconnect or close the tab with one click. It also improves switching between Chinese and English across the interface, and adds smarter right click copy and paste behavior with shortcut hints suited to your operating system. Prebuilt versions for macOS, Windows, and Linux are available from the project's GitHub Releases page. Since it is written in Rust, you can also build it yourself by running cargo run --release. A packaging script is included for macOS that produces a standard .app bundle without extra entitlements, meaning it runs outside the sandbox. The project is released under the GPL-3.0-or-later license.
ashell is a Rust desktop terminal app with built-in SSH connection management and an SFTP file manager for browsing and transferring remote files.
Mainly Rust. The stack also includes Rust, GPUI, alacritty_terminal.
Use, modify, and share the code freely, but if you distribute a modified version you must also release its source under the same GPL license.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.