Tabby Web: An SSH, Telnet, and Serial Client in Your Browser

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Tabby Web: An SSH, Telnet, and Serial Client in Your Browser

Summary

Tabby Web transforms the powerful Tabby Terminal into a web application, offering SSH, Telnet, and Serial client capabilities directly in your browser. It also provides a configuration sync service for the Tabby app, making it a versatile tool for remote access and management.

Repository Information

Analyzed by OSRepos on December 6, 2025

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Tabby Web is a web-based client that brings the robust functionality of the Tabby Terminal to your browser. It enables users to connect via SSH, Telnet, and Serial protocols, providing a convenient and accessible way to manage remote systems. Additionally, Tabby Web includes a configuration synchronization service for the standalone Tabby application. Please note, the project maintainer currently has limited time for support, though pull requests for fixes and improvements are welcome.

Installation

To get Tabby Web up and running quickly, docker-compose is the recommended method. Before starting, ensure you have Python 3.7+, a Django-supported database (like MariaDB or PostgreSQL), and storage for distribution files (local, S3, GCS). You will also need OAuth credentials from providers like GitHub or Google for authentication, and a separate Tabby Connection Gateway for SSH and Telnet connections. Remember to enable Docker BuildKit: export DOCKER_BUILDKIT=1.

Examples

A quick way to launch Tabby Web using docker-compose with GitHub authentication is:

docker-compose up -e SOCIAL_AUTH_GITHUB_KEY=your_key -e SOCIAL_AUTH_GITHUB_SECRET=your_secret

This command will start Tabby Web on port 9090, utilizing MariaDB as its storage backend. After logging in, configure your connection gateway address and authentication token in the settings for SSH and Telnet functionality.

Why Use Tabby Web?

Tabby Web offers the flexibility of accessing your terminal sessions from any web browser, eliminating the need for local client installations. It centralizes configuration management and supports multiple connection protocols, making it a powerful tool for system administrators and developers. While traffic to the gateway service is encrypted, for enhanced security, consider hosting your own Tabby Connection Gateway or even your own instance of Tabby Web. This allows for complete control over your data and connections.

Links

Related repositories

Similar repositories that may be relevant next.

A-MEM: Self-Evolving Memory for Coding Agents

A-MEM: Self-Evolving Memory for Coding Agents

August 17, 2026

A-MEM is an innovative self-evolving memory system designed for coding agents, organizing knowledge into a dynamic Zettelkasten-style graph. It allows memories to evolve and connect over time, enhancing an agent's ability to recall and utilize information effectively. This system offers both semantic and structural search capabilities for a richer knowledge base.

PythonAILLM
Agent Sandbox: Secure Local Development for AI Coding Agents

Agent Sandbox: Secure Local Development for AI Coding Agents

August 17, 2026

Agent Sandbox provides a robust and secure local development environment specifically designed for collaborating with AI coding agents. It ensures minimal filesystem access, configurable network egress policies, and secure secret injection, protecting your local machine from potentially risky agent operations. This project supports various AI agents and integrates seamlessly with both CLI and popular IDE devcontainer setups.

agent-harnessagent-sandboxagents
AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

AMD Skills: Empowering AI Agents with AMD's Optimized Software Stack

August 16, 2026

AMD Skills is the official catalog of AI agent skills from AMD, designed to empower AI agents with optimized software for AMD hardware. This repository provides knowledge, scripts, and conventions for working with AMD's stack, enabling seamless integration with major coding agents like Cursor, Claude Code, OpenAI Codex, and Gemini CLI.

PythonAI AgentsMachine Learning
agent-tackle-box: A Terminal Debugger for LangGraph & LangChain Agents

agent-tackle-box: A Terminal Debugger for LangGraph & LangChain Agents

August 15, 2026

agent-tackle-box is a comprehensive toolkit for developing AI agents, featuring the powerful `agent-debugger`. This terminal debugger provides deep insights into LangGraph and LangChain agents. It allows developers to inspect state, monitor tool calls, and step through Python code, all within a unified Textual UI.

agent-debuggerai-agentslangchain

Source repository

Open the original repository on GitHub.

27 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️