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.

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
Topics
Click on any tag to explore related repositories
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
- GitHub Repository: https://github.com/Eugeny/tabby-web
- Tabby Terminal: https://github.com/Eugeny/tabby
- Tabby Connection Gateway: https://github.com/Eugeny/tabby-connection-gateway
Related repositories
Similar repositories that may be relevant next.

TensorRT-LLM: Optimizing Large Language Model Inference on NVIDIA GPUs
July 3, 2026
TensorRT-LLM is an open-source library by NVIDIA designed to optimize inference for Large Language Models (LLMs) and Visual Generation models. It offers a user-friendly Python API, state-of-the-art optimizations, and specialized kernels to ensure efficient performance on NVIDIA GPUs. This powerful tool enables developers to deploy LLMs with high throughput and low latency, from single-GPU setups to multi-node deployments.

DataDreamer: Streamlining Synthetic Data Generation and LLM Workflows
July 3, 2026
DataDreamer is an open-source Python library designed for efficient prompting, synthetic data generation, and model training workflows. It simplifies the process of creating complex LLM workflows, generating high-quality synthetic datasets, and aligning or fine-tuning models. Built to be simple, efficient, and research-grade, DataDreamer empowers users to build reproducible and shareable AI solutions.
EasyInstruct: An Easy-to-Use Instruction Processing Framework for LLMs
July 2, 2026
EasyInstruct is an open-source Python framework designed to simplify instruction processing for Large Language Models (LLMs). Accepted at ACL 2024, it offers modularized components for instruction generation, selection, and prompting, supporting various LLMs like GPT-4 and LLaMA. This framework is ideal for researchers and developers working on LLM-based experiments and applications.

LazyLLM: Low-Code Development for Multi-Agent LLM Applications
July 2, 2026
LazyLLM offers a low-code development tool designed for building multi-agent LLM applications with ease. It simplifies the creation of complex AI applications, providing a streamlined workflow for rapid prototyping, data feedback, and iterative optimization. Developers can leverage its extensive features for deployment, cross-platform compatibility, and efficient model fine-tuning.
Source repository
Open the original repository on GitHub.
13 counted GitHub visits