Open-source, self-hosted infrastructure software: a hosting panel, a mail server, a compose-to-Podman translator, a process manager, an auth library, a local database manager, and two browser extensions. Rust, Go and TypeScript. Every repository is licensed MIT.
Website: glyndor.net
| Repository | Language | Description |
|---|---|---|
| helmly | Rust / TypeScript | Self-hosted VPS and container hosting panel |
| helmly-agent | Rust | On-server executor for helmly |
| podup | Rust | docker-compose translator and runner for rootless Podman |
| epistle | Rust | Self-hosted, headless mail server (SMTP/IMAP/JMAP) |
| epistle-panel | TypeScript | Web admin panel for epistle |
| authcore | Go | Auth primitives library — passwords, tokens, OAuth2/OIDC |
| unitpm | Go | systemd-native process manager |
| klyradb | Rust | Local database instance manager (desktop app) |
| specio | TypeScript | Browser extension: on-device website tech-stack detection |
| viden | TypeScript | Browser extension: video stream downloader |
Issues are open to everyone. Pull requests are invitation-only — this code
touches kernel-level surfaces (SSH, firewall, ports). Report vulnerabilities
privately via SECURITY.md;
contribution flow and conventions are in
CONTRIBUTING.md.