Discover and explore top open-source AI tools and projects—updated daily.
gbasinWeb GUI for AI agent tmux sessions
Top 85.8% on SourcePulse
Agentboard offers a web GUI for tmux, optimizing interactions with AI agent text-based user interfaces (TUIs) like Claude and Codex. It simplifies managing complex agent sessions, especially on mobile devices, by providing a unified, accessible workspace. Users can connect from phones or laptops to server-based tmux sessions, streamlining TUI management and ensuring persistent access for AI researchers and developers.
How It Works
This project functions as a web server interfacing with tmux sessions, installable via npm or Bun. It features automatic discovery and matching of AI agent sessions using log patterns for one-click restoration. Mobile users benefit from touch-friendly controls, image paste support, and virtual navigation. Remote access via Tailscale or LAN creates a shared, persistent environment. Session pinning ensures critical agent sessions automatically resume after server reboots or tmux failures.
Quick Start & Requirements
npm install -g @gbasin/agentboard or npx @gbasin/agentboard. From source: bun install && bun run dev.tmux, npm or Bun (v1.3.6+ recommended). Tailscale is recommended for remote access.http://localhost:4040 or http://<your-machine>:4040. Dev server at http://<your-machine>:5173.systemd/README.md.Highlighted Details
Maintenance & Community
The README provides no explicit details on contributors, sponsorships, or community channels.
Licensing & Compatibility
The specific open-source license is not stated. Verification is needed for commercial use or closed-source integration.
Limitations & Caveats
Bun upgrade to v1.3.6+ is required to fix "open terminal failed: not a terminal" errors. Full remote control is read-only in the current MVP.
1 day ago
Inactive
vercel-labs