v0.2.0
Pre-release
Pre-release
Building from Source (Recommended)
GitFlare is built transparently from source. No pre-compiled code is embedded in this repository.
git clone https://github.com/TheCinderProject/gitflare.git
cd gitflare
python -m venv .venv
source .venv/bin/activate
pip install -e .Or install directly from the sdist:
pip install https://github.com/TheCinderProject/gitflare/archive/refs/tags/v0.2.0.tar.gzPre-built Artifacts
These artifacts are provided for checksum verification only.
While functional, building from source is the recommended and preferred method.
This ensures full transparency — you can inspect every line of code before installation.
| Artifact | Description |
|---|---|
gitflare-*.tar.gz |
Source distribution |
gitflare-*.whl |
Pre-built wheel (convenience only) |
git-credential-gitflare-dist |
Credential helper script |
sha256sums.txt |
SHA-256 checksums for verification |
Verify Checksums
sha256sum -c sha256sums.txtThe Cinder Project
Made with intent to make the internet a safer place.
v0.2: token auth, admin verify, login/logout, release workflow, transparency docs
- Add routes/admin.py with /admin/auth/verify endpoint
- Add token auth enforcement on push (Basic auth → bcrypt verify)
- SSH-only repos return 403 for push over HTTP
- Add gitflare-admin login/logout with keyring + gitconfig
- Add GitHub Actions release workflow (auto pre-release on tag)
- Add Transparency & Installation section to README
- Bump version to 0.2.0
Full Changelog: https://github.com/SabeeirSharrma/GitFlare/commits/v0.2.0