{"id":34090803,"url":"https://github.com/josharsh/term-cast","last_synced_at":"2026-04-08T17:33:24.071Z","repository":{"id":305054881,"uuid":"1003186908","full_name":"josharsh/term-cast","owner":"josharsh","description":"term-cast","archived":false,"fork":false,"pushed_at":"2025-06-16T19:00:15.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-14T07:34:56.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josharsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-06-16T18:58:58.000Z","updated_at":"2025-06-16T19:00:11.000Z","dependencies_parsed_at":"2025-07-18T05:27:37.689Z","dependency_job_id":"a5bece8d-8211-4a8f-b8ab-a9739e894a35","html_url":"https://github.com/josharsh/term-cast","commit_stats":null,"previous_names":["josharsh/term-cast"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/josharsh/term-cast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josharsh%2Fterm-cast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josharsh%2Fterm-cast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josharsh%2Fterm-cast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josharsh%2Fterm-cast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josharsh","download_url":"https://codeload.github.com/josharsh/term-cast/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josharsh%2Fterm-cast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-12-14T14:26:09.872Z","updated_at":"2026-04-08T17:33:24.064Z","avatar_url":"https://github.com/josharsh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mobile-terminal\n\nThe terminal moves with you. Access and control your terminal from any mobile device.\n\n## What it does\n\nmobile-terminal creates a local web server that streams your terminal output to your phone in real-time. When your terminal needs input (like Y/N prompts, passwords, or any user input), you get notified on your phone and can respond directly from there.\n\nPerfect for:\n- Long-running scripts that occasionally need input\n- Remote deployments that ask for confirmation\n- AI coding assistants (like Claude) that need permissions\n- Any command that might interrupt your workflow\n\n## Features\n\n- 📱 **Real-time terminal streaming** to your phone\n- 🔔 **Instant notifications** when input is needed\n- ⌨️ **Send commands** from your phone\n- 🚫 **Prevents laptop sleep** while running\n- 🔒 **Local network only** - secure by default\n- 🎯 **Zero configuration** - just run and go\n\n## Installation\n\n### 🐍 Using pip (Recommended)\n```bash\npip install mobile-terminal\n```\n\n### 🍺 Using Homebrew (macOS/Linux)\n```bash\n# Coming soon!\nbrew tap josharsh/tap\nbrew install mobile-terminal\n```\n\n### 📦 Using pipx (Isolated Environment)\n```bash\npipx install mobile-terminal\n```\n\n### 🔧 From Source\n```bash\ngit clone https://github.com/josharsh/mobile-terminal.git\ncd mobile-terminal\npip install -e .\n```\n\n### 🐳 Using Docker\n```bash\n# Coming soon!\ndocker run -p 8080:8080 josharsh/mobile-terminal\n```\n\n### Requirements\n- Python 3.7 or higher\n- Works on macOS, Linux, and Windows (WSL)\n\n## Usage\n\n### Basic usage\n```bash\n# Run any command with mobile-terminal\nmobile-terminal npm install\n# Or use the short alias\nmterm npm install\n\n# Or start an interactive shell\nmobile-terminal\n# Or simply\nmterm\n\n# Then open the URL on your phone:\n# http://192.168.1.42:8080\n```\n\n### Examples\n\nMonitor a deployment:\n```bash\nterm-cast ./deploy-to-production.sh\n```\n\nWatch AI coding assistant:\n```bash\nterm-cast claude-code\n```\n\nSystem updates:\n```bash\nterm-cast sudo apt upgrade\n```\n\n## How it works\n\n1. term-cast creates a pseudo-terminal (PTY) that captures all input/output\n2. Starts a local web server on port 8080\n3. Your phone connects via WebSocket for real-time streaming\n4. When input is detected, your phone gets notified\n5. You can type responses directly from your phone\n6. Laptop stays awake while term-cast is running\n\n## Requirements\n\n- Python 3.7+\n- Same WiFi network for laptop and phone\n- Modern web browser on phone\n\n## Security\n\n- **Local network only** - no data leaves your network\n- **No authentication** by default - only use on trusted networks\n- **Optional encryption** - use `--ssl` flag for HTTPS\n- **Session isolation** - each run gets a unique session\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosharsh%2Fterm-cast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosharsh%2Fterm-cast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosharsh%2Fterm-cast/lists"}