{"id":50766421,"url":"https://github.com/alisharjeell/termotebackend","last_synced_at":"2026-06-11T14:01:29.161Z","repository":{"id":360347617,"uuid":"1187974709","full_name":"AliSharjeell/TermoteBackend","owner":"AliSharjeell","description":"A Rust-based lightweight Agentic Development Environment (ADE) that boosts your productivity with a persistent multi-pane workspace, built-in tools, and one-click remote access so you can keep working from your phone, anywhere.","archived":false,"fork":false,"pushed_at":"2026-06-06T20:57:34.000Z","size":19268,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-06T22:18:59.777Z","etag":null,"topics":["ade","agentic-development-environment","remote-access","remote-control","rust","terminal","websocket"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/AliSharjeell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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":null,"dco":null,"cla":null}},"created_at":"2026-03-21T12:56:54.000Z","updated_at":"2026-06-06T21:12:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AliSharjeell/TermoteBackend","commit_stats":null,"previous_names":["alisharjeell/termotebackend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AliSharjeell/TermoteBackend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSharjeell%2FTermoteBackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSharjeell%2FTermoteBackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSharjeell%2FTermoteBackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSharjeell%2FTermoteBackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AliSharjeell","download_url":"https://codeload.github.com/AliSharjeell/TermoteBackend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AliSharjeell%2FTermoteBackend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34201842,"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-06-11T02:00:06.485Z","response_time":57,"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":["ade","agentic-development-environment","remote-access","remote-control","rust","terminal","websocket"],"created_at":"2026-06-11T14:01:26.440Z","updated_at":"2026-06-11T14:01:29.139Z","avatar_url":"https://github.com/AliSharjeell.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Termote Cover](public/maincover.png)\n\n# Termote - Terminal Backend\n\n\u003cdiv align=\"center\"\u003e\n\n![Termote](https://img.shields.io/github/stars/AliSharjeell/TermoteBackend?style=social)\n\n**Termote is a Rust-based lightweight Agentic Development Environment (ADE) that boosts your productivity with a persistent multi-pane workspace, built-in tools, and one-click remote access so you can keep working from your phone, anywhere.**\n\n\u003c/div\u003e\n\n---\n\n## Quick Install\n\n**This is the backend only.** For the full app with GUI, download the installer:\n\n👉 **[Termote Releases](https://github.com/AliSharjeell/Termote/releases)**\n\nThe installer packages everything together — one download, one install.\n\n---\n\n## What is This?\n\nThe **Termote backend** is a Rust server that:\n\n- Manages terminal (PTY) processes\n- Serves terminal data over WebSocket\n- Handles multi-client connections and state sync\n- Integrates with Microsoft Dev Tunnels for remote access\n\nIt's bundled with the desktop app. **Download from [Termote Releases](https://github.com/AliSharjeell/Termote/releases)** instead of installing this directly.\n\n![Desktop Interface](public/mainss1.png)\n\n---\n\n## Mobile Access\n\nScan the QR code to connect from your phone or tablet — no VPN needed.\n\n![Mobile QR Access](public/mobileqr.png)\n\n---\n\n![Mobile Interface](public/phone1new.png)\n\n![Mobile Tabs View](public/phone2new.png)\n\n---\n\n## Technical Stack\n\n| Component | Library |\n|-----------|---------|\n| HTTP/WebSocket | axum |\n| Async runtime | tokio |\n| PTY management | portable-pty |\n| Logging | tracing + tracing-appender |\n| Serialization | serde |\n\n---\n\n## Architecture\n\nThe backend runs as a sidecar alongside the frontend app:\n\n```\n┌──────────────────────────────────────┐\n│         Termote Desktop App          │\n│                                      │\n│  ┌────────────┐     ┌─────────────┐  │\n│  │  Frontend  │────▶│   Backend   │  │\n│  │  (Next.js) │◀────│   (Rust)    │  │\n│  └────────────┘ WS  └─────────────┘  │\n│                        │             │\n│                        ▼             │\n│                   [PTY Processes]     │\n└──────────────────────────────────────┘\n```\n\n**Ports:**\n- `9090` — HTTP/WebSocket server\n- `9091` — IPC for single-instance communication\n\n---\n\n## Building\n\n```bash\n# Build release\ncargo build --release\n\n# Binary output\n# target/release/termote-backend\n```\n\nOr build via Termote:\n```bash\ncd ../Termote\nnpm run tauri:build\n```\n\n---\n\n## IPC Commands\n\nThe backend accepts commands on port 9091:\n\n| Command | Action |\n|---------|--------|\n| `open_dir:\u003cpath\u003e` | Spawn new terminal in directory |\n| `ban:\u003cip\u003e` | Ban an IP address |\n| `unban:\u003cip\u003e` | Remove IP from ban list |\n| `ban-list` | List all banned IPs |\n\n---\n\n## Logging\n\nLogs are written to:\n- `%TEMP%/termote.log` (rotated daily)\n- stdout in debug builds\n\n---\n\n## Contributing\n\n1. Open an Issue or email `alisharjeelofficial@gmail.com`\n2. Get assigned before writing code\n3. Open a PR with tests\n\n---\n\n## License\n\nMIT License\n---\n\n## Disclaimer ⚠️\n\n**This is pre-alpha software.** Development is ongoing and features may change.\n\n**Known limitations:**\n- **macOS \u0026 Linux builds** — Not fully tested. Contributions welcome!\n- **Browser panes** — Experimental, not fully functional.\n- **Whiteboard panes** — Experimental, needs refinement.\n\nIf you'd like to contribute to testing or development, please open an issue or reach out at `alisharjeelofficial@gmail.com`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisharjeell%2Ftermotebackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falisharjeell%2Ftermotebackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falisharjeell%2Ftermotebackend/lists"}