{"id":50409648,"url":"https://github.com/involvex/ssh-app-flutter","last_synced_at":"2026-05-31T03:02:10.261Z","repository":{"id":350076798,"uuid":"1203425334","full_name":"involvex/ssh-app-flutter","owner":"involvex","description":"A powerful and versatile Flutter-based SSH Client and Server application for Mobile and Desktop.","archived":false,"fork":false,"pushed_at":"2026-05-19T19:50:41.000Z","size":568,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-19T23:23:11.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/involvex.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["involvex"],"custom":["https://buymeacoffee.com/involvex","https://paypal.me/involvex","https://rewards.bing.com/welcome?rh=14525F68\u0026ref=rafsrchae\u0026form=ML2XE3\u0026OCID=ML2XE3\u0026PUBL=RewardsDO\u0026CREA=ML2XE3"]}},"created_at":"2026-04-07T03:02:33.000Z","updated_at":"2026-05-19T19:50:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/involvex/ssh-app-flutter","commit_stats":null,"previous_names":["involvex/ssh-app-flutter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/involvex/ssh-app-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fssh-app-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fssh-app-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fssh-app-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fssh-app-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/involvex","download_url":"https://codeload.github.com/involvex/ssh-app-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/involvex%2Fssh-app-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33717419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T03:02:09.555Z","updated_at":"2026-05-31T03:02:10.255Z","avatar_url":"https://github.com/involvex.png","language":"Dart","funding_links":["https://github.com/sponsors/involvex","https://buymeacoffee.com/involvex","https://paypal.me/involvex","https://rewards.bing.com/welcome?rh=14525F68\u0026ref=rafsrchae\u0026form=ML2XE3\u0026OCID=ML2XE3\u0026PUBL=RewardsDO\u0026CREA=ML2XE3"],"categories":[],"sub_categories":[],"readme":"# SSH App\n\nA powerful and versatile Flutter-based SSH Client and Server application for Mobile and Desktop.\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Flutter](https://img.shields.io/badge/flutter-%2302569B.svg?style=flat\u0026logo=flutter\u0026logoColor=white)\n\n## Features\n\n### 🚀 SSH Client\n\n- Connect to any remote SSH server using passwords or private keys.\n- **Full Terminal Emulator**: Built-in `xterm` terminal with full color and interactive support.\n- **Session Persistence**: Keep your connections alive in the background.\n- **Control Panel**: Quick access buttons for Ctrl, Alt, Arrow keys, and more.\n\n### 🏠 SSH Server\n\n- Host a local SSH server directly on your device.\n- Provide secure remote access to your device's shell (CMD on Windows, SH/Bash on Unix-like systems).\n- Configurable port and authentication.\n\n### 🔑 Key Management\n\n- Generate and manage SSH key pairs (RSA, ED25519, etc.).\n- Securely store and use private keys for passwordless authentication.\n\n### 📁 Profile Manager\n\n- Save frequently used connection settings as profiles.\n- Quick connect with a single tap.\n- Organize your remote servers efficiently.\n\n### ⌨️ Keyboard \u0026 Shortcuts\n\n- **Custom Shortcut Bar**: Add your own frequently used commands or keys to a scrollable bar.\n- **Global Hotkeys**: Use `Ctrl+N` (New Connection), `Ctrl+P` (Profiles), `Ctrl+K` (Keys), and `Ctrl+D` (Discovery).\n- **Snippet Manager**: Store and inject command fragments into your active terminal sessions.\n\n### 🔍 Network Discovery\n\n- Scan your local network to find other devices and services.\n- Quickly identify available SSH targets.\n\n### 🎨 Highly Customizable\n\n- **Theme Engine**: Support for Light, Dark, and System modes.\n- **Accent Colors**: Choose your favorite color theme.\n- **Terminal Styling**: Configurable font sizes and styles.\n\n## Main Technologies\n\n- **Flutter**: Cross-platform UI framework.\n- **dartssh2**: Pure Dart implementation of the SSH2 protocol.\n- **xterm**: Robust terminal emulator widget.\n- **flutter_pty**: Pseudo-terminal support for local shell processes.\n- **Provider**: Clean and reactive state management.\n- **Network Info Plus**: For IP and network state detection.\n\n## Getting Started\n\n### Prerequisites\n\n- [Flutter SDK](https://docs.flutter.dev/get-started/install) (\u003e= 3.2.0)\n- [Dart SDK](https://dart.dev/get-dart)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/ssh_app.git\n   cd ssh_app\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   flutter pub get\n   ```\n\n3. Run the application:\n\n   ```bash\n   flutter run\n   ```\n\n### Building for Production\n\n- **Android**: `flutter build apk`\n- **iOS**: `flutter build ios`\n- **Windows**: `flutter build windows`\n- **macOS**: `flutter build macos`\n- **Linux**: `flutter build linux`\n\n## Project Structure\n\n- `lib/models/`: Data structures for Profiles, Keys, Shortcuts, and Snippets.\n- `lib/providers/`: State management for SSH, Settings, and Snippets.\n- `lib/services/`: Core logic for configuration, key generation, and network discovery.\n- `lib/screens/`: Top-level UI pages and tabs.\n- `lib/widgets/`: Reusable UI components and modal dialogs.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvolvex%2Fssh-app-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finvolvex%2Fssh-app-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finvolvex%2Fssh-app-flutter/lists"}