No web-server stack
Vellum is the server: repository pages and Git smart HTTP come directly from the same native service. No nginx-to-framework-to-plugin chain to install, configure, patch, and debug.
Your own GitHub · one native service
Vellum is the server: one focused C binary serves the repository browser and Git smart HTTP directly. Script-assisted installation and upgrades keep the operational surface small, while clone, fetch, push, and access control stay familiar.
Built by Floof Logic for teams that want to own their source without adopting another platform to operate.
The point
Vellum keeps installation, operation, and maintenance deliberate: one service owns the browser, Git protocol, TLS boundary, and authorization decisions.
Vellum is the server: repository pages and Git smart HTTP come directly from the same native service. No nginx-to-framework-to-plugin chain to install, configure, patch, and debug.
Use system-native PAM authentication and group membership instead of inventing another island of passwords.
Grant read or write access per repository, preserve global administration, and keep ungranted projects out of view.
Script-assisted installs and release upgrades, health checks, bounded logs, certificate checks, and rollback keep routine operation predictable.
Terminate TLS with Vellum and keep source, credentials, and authorization decisions on infrastructure you control.
The interface
Browse trees, inspect source, review recent changes, copy the correct clone URL, and manage access without turning Git administration into its own project.
Inside the request
A Vellum request crosses a short, inspectable path. Each layer has one job and one owner.
The operating system verifies the user through PAM. Vellum never needs a parallel password database.
Global and per-repository policy determine what the user can see, fetch, or change.
The native browser renders source and history, or Git smart HTTP handles clone, fetch, and push.
Security-relevant activity lands in structured, rotating access logs built for human review.
Private beta
Vellum is running real Floof Logic repositories today on modest hardware. We are inviting a small number of technically adventurous teams to help shape the public release.