Source code · Nürnberg, Germany

Source code for
open-tsa.eu
EU-hosted. Mirror-free.

All source code powering open-tsa.eu — our free, open-source RFC 3161 timestamp infrastructure. MIT-licensed, hosted on European infrastructure, with no dependency on US-based platforms.

bash — clone the source
# Clone the open-tsa source code $ git clone https://git.open-tsa.eu/open-tsa/server.git $ cd server # Read the docs $ less README.md # Build & verify $ make build && make test All tests passed ✓
Public repositories
MIT Open-source license
🇩🇪 DE Server location
RFC 3161 Domain focus

European code, European hosting

For an open-source project that aims to provide European trust infrastructure, hosting the source code on US-based platforms creates a dependency that contradicts the mission.

git.open-tsa.eu is our primary code host. The repository is publicly readable without an account. A mirror on GitHub exists for convenience, but the canonical home of the code is here.

"Open infrastructure isn't open if it depends on closed gatekeepers."

You can clone, browse, and audit every line. Create an account on this server (with e-mail confirmation) to open issues or send pull requests directly — or use the GitHub mirror if you prefer.

Clone in three commands

$ git clone \ https://git.open-tsa.eu/open-tsa/server.git → Anonymous, no account needed $ cd server → Read README.md for build instructions $ make build → Standard Go toolchain, no surprises

Need write access? Sign up with e-mail confirmation, then request access via info@open-tsa.eu.

Open-source code, all in one place

Every part of open-tsa.eu is published here under MIT license. Read, clone, fork, or contribute via pull request.

Loading repositories…

From clone to pull request in three steps

Contributing to open-tsa.eu works the same as any open-source project. Read, fork, send a pull request — we review within a few days.

Step 01

Clone the repo

Anonymous read access — no account needed. Browse the README, the source, and the test suite first to understand the layout.

Step 02

Create your account

Sign up at git.open-tsa.eu/user/sign_up with e-mail confirmation. Or use the GitHub mirror with your existing account.

Step 03

Open a pull request

Fork, branch, push, and open a PR against main. We review within a few days. Sign-off on commits is appreciated but not required.