Gitea: 1Richter

A painless, self-hosted Git service

Easy to install

Simply run the binary for your platform, ship it with Docker, or get it packaged.

Cross-platform

Gitea runs anywhere Go can compile for: Windows, macOS, Linux, ARM, etc. Choose the one you love!

Lightweight

Gitea has low minimal requirements and can run on an inexpensive Raspberry Pi. Save your machine energy!

Open Source

Go get code.gitea.io/gitea! Join us by contributing to make this project even better. Don't be shy to be a contributor!

Windows SSH Setup

Windows Users: If you experience connection issues, create %USERPROFILE%\.ssh\config:

Host git.lrichter.net
    HostName git.lrichter.net
    User git
    IdentityFile C:\Users\CurrentlyLoggedInUser\.ssh\id_ed25519