{"id":49279493,"url":"https://github.com/hatefrad/airprompt","last_synced_at":"2026-04-25T18:01:51.198Z","repository":{"id":353758132,"uuid":"1220784354","full_name":"hatefrad/airprompt","owner":"hatefrad","description":"Set up remote terminal access for AI agent workflows in minutes","archived":false,"fork":false,"pushed_at":"2026-04-25T11:36:07.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-25T12:25:47.487Z","etag":null,"topics":["ai-agents","llm-tools","remote-access","remote-control","tailscale","tmux"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/hatefrad.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-25T10:26:35.000Z","updated_at":"2026-04-25T11:35:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hatefrad/airprompt","commit_stats":null,"previous_names":["hatefrad/airprompt"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/hatefrad/airprompt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatefrad%2Fairprompt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatefrad%2Fairprompt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatefrad%2Fairprompt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatefrad%2Fairprompt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hatefrad","download_url":"https://codeload.github.com/hatefrad/airprompt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hatefrad%2Fairprompt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32271243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["ai-agents","llm-tools","remote-access","remote-control","tailscale","tmux"],"created_at":"2026-04-25T18:01:45.737Z","updated_at":"2026-04-25T18:01:51.193Z","avatar_url":"https://github.com/hatefrad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# airprompt\n\n![airprompt setup preview](assets/airprompt.png)\n\nSet up remote terminal access for AI agent workflows in minutes.\n\nRun this on your Mac and you'll be able to SSH into your terminal from your phone — so when Claude or another AI agent needs your input, you can respond from anywhere.\n\n## Usage\n\n```bash\nnpx airprompt\n```\n\nPreview the setup without installing or enabling anything:\n\n```bash\nnpx airprompt --dry-run\n```\n\nCheck your current setup without changing anything:\n\n```bash\nnpx airprompt status\n```\n\nThat's it. The CLI will:\n\n1. Check you're on macOS\n2. Install and connect Tailscale (if needed)\n3. Install tmux (if needed)\n4. Enable macOS SSH Remote Login (if needed)\n5. Print your Tailscale IP and Termius setup instructions\n\n## What airprompt changes\n\nairprompt may install Tailscale and tmux with Homebrew, and it may run `sudo systemsetup -setremotelogin on` to enable macOS Remote Login.\n\nThat SSH change lets devices on your Tailscale network connect to your Mac with your normal macOS username and password or SSH key. It does not open a public tunnel by itself, but you should only use it with a Tailscale account and devices you trust.\n\nTo disable Remote Login later:\n\n```bash\nsudo systemsetup -setremotelogin off\n```\n\n## What you need on your phone\n\n- [Tailscale](https://tailscale.com/download) — sign in with the same account\n- [Termius](https://termius.com) — SSH client, add host with the IP printed by this CLI\n\n## Keeping sessions alive with tmux\n\n```bash\n# Start a named session\ntmux new -s work\n\n# Detach (session keeps running)\nCtrl+B, D\n\n# Reattach from your phone\ntmux attach -t work\n```\n\n## SSH keys\n\nFor regular use, prefer SSH keys over passwords:\n\n```bash\nssh-keygen -t ed25519 -C \"airprompt\"\nssh-copy-id \u003cmac-username\u003e@\u003ctailscale-ip\u003e\n```\n\nIf `ssh-copy-id` is not installed, append the public key from `~/.ssh/id_ed25519.pub` to `~/.ssh/authorized_keys` on your Mac.\n\n## Requirements\n\n- macOS\n- [Homebrew](https://brew.sh) (for auto-installing Tailscale and tmux)\n\n## Status checks\n\n`npx airprompt status` checks whether Tailscale is installed and connected, tmux is installed, and macOS Remote Login is reachable. Status checks are read-only and do not require sudo.\n\n## Security model\n\nairprompt assumes SSH is reachable over your private Tailscale network, not the open internet. Keep your Tailscale account protected, remove old devices from your tailnet, and prefer SSH keys over passwords for regular use.\n\n## Why\n\nWhen an AI agent is running a long task and needs confirmation, you shouldn't have to be at your desk. This tool sets up the infrastructure so you can respond from your phone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatefrad%2Fairprompt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhatefrad%2Fairprompt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhatefrad%2Fairprompt/lists"}