Tela

Tela is a connectivity fabric. Three small programs (a client, an agent, and a hub) let one machine reach a TCP service on another through an encrypted WireGuard tunnel, without either side opening an inbound port or running anything as root. The same three binaries scale from a single laptop reaching a single home server up to a fleet of machines managed by a team, without switching tools.

Solo Remote Access

One agent, one hub, one client. Minutes from download to first connection.

Personal Cloud

Several agents at home and work, file sharing, a desktop client.

Team Cloud

Named identities, per-machine permissions, pairing codes, audit history.

Fleet

Multiple hubs, centralized identities, agents self-updating via release channels.

The Tela Components

tela

Client CLI

Connects to machines via a hub, mounts file shares, and manages profiles.

Docs →

telad

Agent Daemon

Registers a machine with a hub and exposes its services securely.

Docs →

telahubd

Hub Server

Brokers connections between clients and agents on a single port.

Docs →

TelaVisor

TelaVisor is the desktop client for Tela. It wraps the CLI in a window with menus, panels, and a file browser, so you can connect to machines, manage hubs, browse shares, and administer remote agents without opening a terminal. Runs on Windows, Linux, and macOS.

TelaVisor Status view showing an active connection to a remote machine, with services listed and their tunnel state.
Status view with a live connection to a remote machine.

Read the TelaVisor chapter →

Documentation

Three editions of the tela book track the three release channels. Stable is the default; beta and dev are rebuilt from each channel's tag and are labelled with the version they document.

Stable
v0.14.0
The current stable release. Default for new installations.
Read the book →
Beta
Candidate for promotion. Real bugs surface here first.
Read the beta version →
Dev
Tip of main. Every commit produces a build. May break.
Read the dev version →

Archived stable releases →

Download

Prebuilt binaries for each supported platform. Every release is signed and accompanied by SHA-256 checksums.

Windows Signed binaries and the NSIS installer for amd64 and arm64. Download for Windows →
macOS Binaries for Apple Silicon (arm64) and Intel (amd64). Download for macOS →
Linux Binaries, .deb, and .rpm packages for amd64 and arm64. Download for Linux →
All Platforms Every binary, every package, every signed checksum for the current release. See the full release →

Package manager distribution (winget, choco, apt, brew) is on the 1.0 roadmap.

Source and Community

GitHub Source, issues, pull requests. FOSS under GPL v3. Open repository →
Issues Bug reports, feature requests, design discussion. Open issues →
Changelog What changed and when, release by release. Read changelog →