Mobile SSH script execution for Linux servers.
CLASSIFICATION: OPEN SOURCE
VERSION: 1.0.0
ARCHITECTURE: DIRECT SSH / NO BACKEND
STATUS: OPERATIONAL
[>] Direct SSH connections — No backend, no middleman, no tracking
[>] Script library with variable injection — {{variable}} syntax
[>] Real-time terminal streaming — Watch execution as it happens
[>] Background execution via tmux/screen — Disconnect, reconnect
[>] Host key verification — MITM protection built-in
[>] 5 terminal themes — Amber, Green, White, Cyan, Synthwave
[>] Password + SSH key auth — RSA/ED25519 support
[>] Offline script storage — Work without connectivity
[>] Full execution history — Audit trail for every command
FLUTTER SDK >= 3.0
ANDROID SDK API 21+
XCODE 15+ (iOS builds, macOS only)
GIT 2.x
git clone https://github.com/dayofgeek/execscript.git
cd execscriptflutter pub get
flutter pub run build_runner build --delete-conflicting-outputsflutter test# Android APK
flutter build apk --release
# Android App Bundle
flutter build appbundle --release
# iOS (macOS + Xcode required)
flutter build ios --release
# Web
flutter build web --releaseARCHITECTURE: Local-first, direct SSH
CREDENTIALS: Platform secure storage (Keychain/Keystore)
ENCRYPTION: TLS for SSH connections
TELEMETRY: None
BACKEND: None
- Direct SSH — Your device connects directly to servers. No proxy. No cloud.
- Host key verification — Server fingerprints validated on first connect
- Secure credential storage — Keys and passwords stored in platform keystore
- Zero telemetry — No analytics, no crash reports, no tracking
Found a security issue? Email: security@dayofgeek.com
Do not open public issues for security vulnerabilities.
| HOME | SCRIPTS | TERMINAL | EXECUTION |
|---|---|---|---|
| [Coming] | [Coming] | [Coming] | [Coming] |
| SERVERS | JOBS | SETTINGS | THEMES |
|---|---|---|---|
| [Coming] | [Coming] | [Coming] | [Coming] |
- Fork the repository
- Create feature branch (
git checkout -b feature/call-sign) - Write code + tests
- Run
flutter test - Commit (
git commit -m 'Add call-sign feature') - Push (
git push origin feature/call-sign) - Open Pull Request
See: CONTRIBUTING.md
ExecScript - Mobile SSH Script Execution
Copyright (C) 2026 DayOfGeek.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License v3.0
File: LICENSE
INSPIRATION: Script Kitty
SSH ENGINE: dartssh2
FRAMEWORK: Flutter
BRAND: DayOfGeek.com