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.

TensorRT-LLM: Optimizing Large Language Model Inference on NVIDIA GPUs

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.

PythonLLMInference Optimization
DataDreamer: Streamlining Synthetic Data Generation and LLM Workflows

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.

PythonLLMSynthetic Data
EasyInstruct: An Easy-to-Use Instruction Processing Framework for LLMs

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.

EasyInstructLLM FrameworkPython
LazyLLM: Low-Code Development for Multi-Agent LLM 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.

PythonAI DevelopmentMulti-Agent

Source repository

Open the original repository on GitHub.

13 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 ❤️