{"id":47793000,"url":"https://github.com/euank/tpool","last_synced_at":"2026-04-03T15:55:10.448Z","repository":{"id":342520355,"uuid":"1134284100","full_name":"euank/tpool","owner":"euank","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-06T08:11:45.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-06T12:37:32.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/euank.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-01-14T14:06:59.000Z","updated_at":"2026-03-06T08:11:50.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/euank/tpool","commit_stats":null,"previous_names":["euank/tpool"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/euank/tpool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Ftpool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Ftpool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Ftpool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Ftpool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euank","download_url":"https://codeload.github.com/euank/tpool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euank%2Ftpool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31361840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T15:19:21.178Z","status":"ssl_error","status_checked_at":"2026-04-03T15:19:20.670Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":"2026-04-03T15:55:09.831Z","updated_at":"2026-04-03T15:55:10.437Z","avatar_url":"https://github.com/euank.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tpool - Terminal Pool\n\nA terminal multiplexer with a web interface. Think tmux, but accessible via web browser.\n\nBeware that this is a vibe-coded project. The code has been reviewed by a real human too.\n\n## Building\n\n```bash\nmake build\n```\n\nBinaries will be in `bin/`.\n\n## Usage\n\n### Start the daemon\n\n```bash\ntpoold\n```\n\nOr use the included [systemd unit file](./contrib/systemd/README.md).\n\n### Launch the TUI\n\n```bash\ntpool\n```\n\n### Enable the Web Interface\n\nCreate a config file (e.g., `tpool.toml`):\n\n```toml\n[web]\nenabled = true\naddress = \":8080\"\n```\n\nStart the daemon with the config:\n\n```bash\ntpoold --config tpool.toml\n```\n\nThen open http://localhost:8080 in your browser.\n\n### While Attached (TUI)\n\n- `Ctrl+B D` - Detach from session (return to TUI)\n\n### While Attached (Web)\n\n- Click \"Detach\" button in the top bar\n\n## Configuration\n\n### Config File (TOML)\n\n```toml\n# Socket path (optional)\nsocket = \"/tmp/tpool.sock\"\n\n# Web interface (disabled by default)\n[web]\nenabled = true\naddress = \":8080\"\n\n# Expose via ngrok with OAuth (optional)\n[web.ngrok]\nurl = \"https://your-domain.ngrok.app\"\n\n[web.ngrok.oauth]\nprovider = \"github\"  # \"github\" or \"google\"\nallowed_users = [\"your-username\"]  # GitHub usernames or Google emails\n```\n\n### Environment Variables\n\n- `TPOOL_SOCKET` - Override socket path (default: `$XDG_RUNTIME_DIR/tpool-$UID.sock`)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Ftpool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuank%2Ftpool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuank%2Ftpool/lists"}