Welcome to VibeTunnel Documentation
VibeTunnel is a powerful terminal sharing application that allows you to access your terminal sessions through any web browser. Whether you’re on macOS, Linux, iPad, iPhone, or any other device with a web browser, VibeTunnel makes your terminal accessible from anywhere.Key Features
- Remote Terminal Access: Access your terminal from any web browser
- Cross-Platform: Native macOS app with Swift/SwiftUI, plus Linux support via npm package
- Secure Connection: End-to-end encrypted terminal sessions
- Multi-Device: Works on iOS, iPadOS, and any modern web browser
- Real-time Sync: Changes sync instantly across all connected devices
- Headless Mode: Run on servers and cloud instances without a GUI
Quick Start
For macOS
- Download VibeTunnel for macOS
- Launch the app and create your first terminal session
- Access your terminal from any device at your unique VibeTunnel URL
For Linux & Headless Environments
- Install via npm:
npm install -g vibetunnel
- Run the server:
vibetunnel-server
- Access your terminal at
http://localhost:4020
Documentation Overview
Getting Started
Installation guides and your first steps with VibeTunnel
Architecture
Learn about VibeTunnel’s system design and technical details
Development
Build, test, and contribute to VibeTunnel
API Reference
Complete API documentation and specifications