Tycho

Autonomous Server Management CLI backed by Podman & Git — v0.9.10 (2026-06-13)

Download as .zip Download as .tar.gz View on GitHub

Tycho

Latest Release: v0.9.10 (June 13, 2026)

Tycho is an autonomous server management CLI designed to deploy and manage a complete, self-hosted infrastructure using Podman. It supports two primary deployment patterns.

Before diving in, check out the Tycho Philosophy to understand the project’s core principles. For comprehensive setup guides and architectural instructions, see the Tycho HOWTO.

Key Features

Quick Install

Deploy the latest stable release:

curl -fsSL https://tycho.cc/install.sh | bash

[!TIP] Developer Options: You can specify custom branches or tag versions during installation using the TYCHO_VERSION environment variable (e.g., run export TYCHO_VERSION=main to install the latest development state, or export TYCHO_VERSION=v0.9.0 to target a specific release before running the installer).


🏗 Choose your Architecture

1. Personal Server (Full User Mode)

The easiest way for a single user. Everything (including Traefik) runs in your user space.

2. Infrastructure Server (Shared/System Mode)

More robust. Traefik is a system-level gateway, and users install their apps separately.


Commands

📦 Included Recipes

Tycho comes with several pre-configured, production-ready application recipes:

License

GNU AGPL-v3. See LICENSE for details.