2025-09-06 22:30:00
github.com
A sleek, self-contained, drop-in web UI, CLI and API for KVM virtualization.
flint is a single binary, fully self-contained KVM management solution designed for developers, sysadmins, and advanced home labs. Manage virtual machines efficiently without the overhead of complex platforms.
- Single Drop-In Binary — No installers or dependencies(other than libvirt). Self contained 8.4mb binary including web UI. Run it and you’re operational.
- Focused, Modern UI — Built with Next.js + Tailwind CSS for a clean, responsive interface.
- Frictionless Provisioning — Cloud-Init support, managed image library, and multiple import options.
- Non-Intrusive — flint lives on your host as a tool, never as a platform you’re locked into.
Prerequisites: Linux host with libvirt
and qemu-kvm
installed. For building from source: Go 1.25.0 and bun/node.js.
Download the precompiled binary from releases, then run ./flint serve
.
If you prefer to build from source:
- Install Go (if not already installed)
- Clone the repository
git clone https://github.com/ccheshirecat/flint.git cd flint
- Build the web UI
cd web bun install bun run build cd ..
The Next.js export site will be available in
web/out/
- Build the binary
After installation or building:
The web UI will be available at http://localhost:5550
. The binary includes the web interface and serves it directly.
Running in background:
# Using nohup
nohup ./flint serve &
# Or set up systemd service
sudo systemctl enable flint
sudo systemctl start flint
Dependencies: For precompiled binary: only libvirt
and qemu-kvm
. For building from source: Go 1.25.0, libvirt
, qemu-kvm
, and bun/node.js.
Precompiled binaries (8.4mb) are available for download from the releases page.
GitHub Actions automates building and publishing cross-compiled binaries on tag pushes (e.g., git tag v1.0.0 && git push origin v1.0.0
). The workflow builds the Next.js web UI with Bun, embeds it into the Go binary using go:embed, and releases ZIP archives for Linux (AMD64/ARM64), macOS (AMD64), and Windows (AMD64).
Supported Platforms:
- Linux AMD64, ARM64
- Darwin (macOS) AMD64
- Windows AMD64
Binaries are dynamically linked with libvirt as the only runtime dependency and stripped (-ldflags=”-s -w”). See .github/workflows/release.yml for details.
Check out docs.md for more details
Keep your files stored safely and securely with the SanDisk 2TB Extreme Portable SSD. With over 69,505 ratings and an impressive 4.6 out of 5 stars, this product has been purchased over 8K+ times in the past month. At only $129.99, this Amazon’s Choice product is a must-have for secure file storage.
Help keep private content private with the included password protection featuring 256-bit AES hardware encryption. Order now for just $129.99 on Amazon!
Help Power Techcratic’s Future – Scan To Support
If Techcratic’s content and insights have helped you, consider giving back by supporting the platform with crypto. Every contribution makes a difference, whether it’s for high-quality content, server maintenance, or future updates. Techcratic is constantly evolving, and your support helps drive that progress.
As a solo operator who wears all the hats, creating content, managing the tech, and running the site, your support allows me to stay focused on delivering valuable resources. Your support keeps everything running smoothly and enables me to continue creating the content you love. I’m deeply grateful for your support, it truly means the world to me! Thank you!
BITCOIN bc1qlszw7elx2qahjwvaryh0tkgg8y68enw30gpvge Scan the QR code with your crypto wallet app |
DOGECOIN D64GwvvYQxFXYyan3oQCrmWfidf6T3JpBA Scan the QR code with your crypto wallet app |
ETHEREUM 0xe9BC980DF3d985730dA827996B43E4A62CCBAA7a Scan the QR code with your crypto wallet app |
Please read the Privacy and Security Disclaimer on how Techcratic handles your support.
Disclaimer: As an Amazon Associate, Techcratic may earn from qualifying purchases.