amantus-ai

amantus-ai/vibetunnel

TypeScript MIT Dev Tools

Turn any browser into your terminal & command your agents on the go.

4.6k stars
336 forks
active
GitHub +8 / week

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.

Dev Tools Developer Tool Discovery value: 6/10
Documentation 8/10
Activity 10/10
Community 8/10
Code quality 5/10

Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.

Overall score 8/10

AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.

remote-terminal agent-control browser-based developer-workflow mobile-access
Actively maintained Well documented MIT licensed Niche/specialized use case Production ready
Deep Analysis · Based on README and public signals
6d ago

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.

Origin

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.

Growth

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.

In production

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.

Code analysis
Architecture

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.

Tests

Not documented in README excerpt. No mention of test suite, CI/CD pipeline, or quality gates.

Maintenance

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.

Honest verdict

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

Risks
  • 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.
Prediction

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.

0 found this helpful

Newsletter

Get analyses like this every Monday

Free weekly digest of the most interesting open-source discoveries.

Languages

TypeScript
50.6%
Swift
32.8%
HTML
6.4%
Shell
5%
JavaScript
2.5%
Zig
1.1%
CSS
0.8%
C++
0.7%

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

Loading…

Contributors over time

Top 100 contributors only — repos with more will plateau at 100.

Loading…

Open issues

No open issues — clean slate.

Open pull requests

No open pull requests.

Similar repos

elirantutia

elirantutia/vibeyard

Vibeyard is a desktop IDE purpose-built for managing and orchestrating AI...

1.3k TypeScript AI & ML
Octane0411

Octane0411/open-vibe-island

Open Island is a native macOS menu bar application that provides real-time...

1.6k Swift Dev Tools
VibiumDev

VibiumDev/vibium

Vibium is a verification layer that enables AI agents to interact with web...

2.9k Go AI & ML
The-Vibe-Company

The-Vibe-Company/companion

Companion is a specialized platform for deploying and managing fleets of AI...

2.4k TypeScript AI & ML
vercel-labs

vercel-labs/agent-browser

agent-browser is a fast native Rust CLI for browser automation designed...

38.2k Rust AI & ML
vs. alternatives
vercel-labs/agent-browser (37,781 stars, Rust)

Dominant in category by star count; VibeTunnel 8× smaller. Agent-browser may offer different scope or polish; insufficient metadata to compare feature parity.

VibiumDev/vibium (2,841 stars, Go)

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.

The-Vibe-Company/companion (2,376 stars, TypeScript)

Also TypeScript; 48% of VibeTunnel stars. Unclear how 'companion' differs (possible different use case or earlier saturation).

SSH + tmux / screen (industry standard, minimal GitHub presence)

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.

Tailscale / ngrok (commercial VPN tunneling solutions)

Both enable remote access but operate at network layer; VibeTunnel is application-layer terminal proxy. Different problem domains; not direct replacements.