Turn any browser into your terminal & command your agents on the go.
4.6k
Stars
336
Forks
0
Open issues
30
Contributors
AI Analysis
VibeTunnel is a browser-based terminal proxy that allows developers to access and control their local or remote terminals from any web browser, enabling remote work and agent monitoring without SSH setup. It is purpose-built for developers and AI engineers who need mobile access to terminal sessions and agent control, and is not a general-purpose terminal emulator for end users.
Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.
AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.
Browser-based terminal proxy for remote CLI access; targets developers managing agents and monitoring systems from mobile/casual devices
VibeTunnel proxies local terminal sessions into a web UI accessible from any browser, enabling developers to run CLI commands and monitor long-running processes from phones, tablets, or remote machines. Built for macOS (native app with menu bar) and Linux (npm package). Targets AI agent monitoring, development workflows, and collaborative terminal sharing. Adoption appears confined to early-stage users; 4,572 stars is modest for a user-facing dev tool launched June 2025. Active maintenance as of July 2026 but growth trajectory remains unclear.
Project created June 2025, indicating it is approximately 13 months old at evaluation date. Positioned as a modern alternative to SSH/tmux for remote terminal access. No public prior art or evolution narrative documented in README.
4,572 stars in ~13 months suggests initial interest but moderate sustained uptake. 18 stars gained in final 7 days (0.4% weekly growth) indicates either plateau or stable early-adopter phase rather than accelerating mainstream adoption. Comparable similar projects range from 1,275 to 37,781 stars; VibeTunnel sits in lower-middle tier, below the category leader (agent-browser at 37.7k) but above several niche alternatives.
Adoption not verified. README references Discord community and Twitter account but provides no public customer list, usage metrics, or case studies. npm package existence and Homebrew availability suggest some installation volume, but counts unavailable. GitHub activity (issues, PRs, discussions) not visible in metadata provided.
Based on README: TypeScript implementation; Node.js 22.12–24.x runtime; proxies terminal I/O through browser WebSockets (inferred from 'turn browser into terminal' claim). Native macOS app suggests Electron or Swift bridge layer. Appears to include git-aware session mode, shell alias resolution, and optional authentication. Architecture details not exposed in truncated README; actual transport and security model unverifiable without source inspection.
Not documented in README excerpt. No mention of test suite, CI/CD pipeline, or quality gates.
Last push 2026-07-03 (one day before evaluation date) signals active maintenance. Consistent release artifacts (macOS app, npm, Homebrew cask) and documentation links indicate ongoing support. However, cannot assess velocity or whether recent push was bugfix, feature, or routine activity without commit history access.
ADOPT IF: you are a developer who frequently monitors AI agents or long-running tasks from mobile devices or untrusted terminals, your team values browser-based access over SSH, and you accept early-stage software risk. AVOID IF: you require production-hardened security for sensitive shells, need Windows support, or prefer established remote-access tooling (SSH, tmux, VNC). MONITOR IF: you work in agent-heavy development and want to evaluate ease-of-use tradeoffs; the June 2025 launch means real-world reliability data is still accumulating.
Independent dimensions
Mainstream potential
3/10
Technical importance
5/10
Adoption evidence
2/10
- Platform constraints: Apple Silicon requirement for native app limits macOS user base; Windows unsupported (issue #252 open). npm package Linux support exists but adoption/testing coverage unknown.
- Security model not documented: README does not explain authentication, encryption, or threat model for remote access. Browser-exposed terminals carry inherent risks if not properly secured.
- Early-stage stability: 13-month-old project with active maintenance but unknown field-proven reliability in long-running production scenarios.
- Adoption concentration risk: Adoption not verified beyond GitHub stars and assumed npm installs. If uptake is limited to early adopters, feature gaps may not be discovered until later stages.
- Dependency on Node.js runtime: Requires Node 22.12–24.x; version pinning may create upgrade friction if left unmaintained or if Node LTS cycles diverge from project updates.
VibeTunnel will likely remain in the early-adopter / developer-tool niche through 2026–2027. If team responsiveness and feature velocity remain high, it may attract small-to-medium agent/DevOps teams. Mainstream adoption (competing with SSH/tmux) remains unlikely unless browser-based remote access becomes a hard requirement across enterprise environments or unless the project is backed by significant commercial funding.
Newsletter
Get analyses like this every Monday
Free weekly digest of the most interesting open-source discoveries.
Languages
Information
- Website
- https://vt.sh
- Language
- TypeScript
- License
- MIT
- Last updated
- 22h ago
- Created
- 13mo ago
- Analyzed with
- anthropic/claude-haiku-4-5
Stars over time
Contributors over time
Top 100 contributors only — repos with more will plateau at 100.
Open issues
No open issues — clean slate.
Open pull requests
No open pull requests.
Top contributors
Similar repos
Octane0411/open-vibe-island
Open Island is a native macOS menu bar application that provides real-time...
The-Vibe-Company/companion
Companion is a specialized platform for deploying and managing fleets of AI...
| Repository | Stars | Week Δ | Language | Score | Updated |
|---|---|---|---|---|---|
|
|
4.6k | +8 | TypeScript | 8/10 | 22h ago |
|
|
1.3k | — | TypeScript | 7/10 | 2w ago |
|
|
1.6k | — | Swift | 7/10 | 4d ago |
|
|
2.9k | — | Go | 8/10 | 16h ago |
|
|
2.4k | — | TypeScript | 7/10 | 1mo ago |
|
|
38.2k | — | Rust | 7/10 | 2d ago |
Dominant in category by star count; VibeTunnel 8× smaller. Agent-browser may offer different scope or polish; insufficient metadata to compare feature parity.
Similar adoption tier; Go vs TypeScript trade-offs unknown. Vibium 62% of VibeTunnel's star count despite earlier creation suggests either more niche audience or lower marketing velocity.
Also TypeScript; 48% of VibeTunnel stars. Unclear how 'companion' differs (possible different use case or earlier saturation).
VibeTunnel must compete against decades of mature tooling. Browser-based access is convenience feature; SSH/tmux combination is robust, trusted, and requires no new service provider.
Both enable remote access but operate at network layer; VibeTunnel is application-layer terminal proxy. Different problem domains; not direct replacements.