Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Lightweight tool for managing linux virtual machines
| Date | Stars |
|---|---|
| 2026-07-24 | 1677 |
| 2026-07-25 | 1676 |
| 2026-07-28 | 1676 |
| 2026-07-30 | 1676 |
| 2026-08-06 | 1676 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<a href="https://chaser.sh"><img src="banner.png" alt="Chaser — The Infrastructure Platform" width="100%"/></a>
# 🌀 Flint — KVM Management, Reimagined
<p align="center">
<img src="https://i.ibb.co/yj2bFZG/flint-banner.jpg" alt="Flint Logo" width="300"/>
</p>
<p align="center">
<strong>
A single <11MB binary with a modern Web UI, CLI, and API for KVM.
<br/>No XML. No bloat. Just VMs.
</strong>
</p>
<p align="center">
<a href="https://github.com/volantvm/flint/releases/latest">
<img src="https://img.shields.io/github/v/release/volantvm/flint" alt="Latest Release">
</a>
<a href="https://github.com/volantvm/flint/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/volantvm/flint" alt="License">
</a>
<a href="https://github.com/volantvm/flint/actions/workflows/release.yml">
<img src="https://img.shields.io/github/actions/workflow/status/volantvm/flint/.github/workflows/release.yml" alt="Build Status">
</a>
</p>
---


Flint is a modern, self-contained KVM management tool built for developers, sysadmins, and home labs who want zero bloat and maximum efficiency. It was built in a few hours out of a sudden urge for something better.
---
### 📋 Prerequisites
**System Requirements:**
- Linux host (Debian, Ubuntu, Fedora, RHEL, Arch, etc.)
- libvirt >= 6.10.0 (check with `libvirtd --version`)
- QEMU/KVM virtualization support
**Required Packages:**
<details>
<summary>Debian/Ubuntu</summary>
```bash
sudo apt update
sudo apt install -y qemu-kvm libvirt-daemon-system libvirt-daemon libvirt-clients bridge-utils
sudo systemctl enable --now libvirtd
```
</details>
<details>
<summary>RHEL/Fedora/CentOS</summary>
```bash
sudo dnf install -y qemu-kvm libvirt libvirt-client virt-install
sudo systemctl enable --now libvirtd
```
</details>
<details>
<summary>Arch Linux</summary>
```bash
sudo pacman -S qemu-full libvirt virt-install virt-manager
sudo systemctl enable --now libvirtd
```
</details>
**Note:** If you encounter `libvirt-lxc.so.0: cannot open shared object file`, install the LXC library:
```bash
# Debian/Ubuntu
sudo apt install -y libvirt-daemon-driver-lxc
# RHEL/Fedora
sudo dnf install -y libvirt-daemon-lxc
# Arch
sudo pacman -S libvirt-lxc
```
**Platform Compatibility:**
Flint is built with CGO (libvirt-go bindings). We provide binaries for both **glibc** and **musl** (Alpine Linux):
- **glibc binaries**: `flint-linux-amd64`, `flint-linux-arm64` (for Debian, Ubuntu, Fedora, RHEL, Arch, etc.)
- **musl binaries**: `flint-linux-amd64-musl`, `flint-linux-arm64-musl` (for Alpine Linux)
<details>
<summary>Running Flint on Alpine Linux</summary>
**Native musl support** is now available! Download the musl-specific binary for your architecture:
```bash
# For Alpine Linux (amd64)
wget https://github.com/volantvm/flint/releases/latest/download/flint-linux-amd64-musl.zip
unzip flint-linux-amd64-musl.zip
chmod +x flint
./flint serve
# For Alpine Linux (arm64)
wget https://github.com/volantvm/flint/releases/latest/download/flint-linux-arm64-musl.zip
unzip flint-linux-arm64-musl.zip
chmod +x flint
./flint serve
```
**Prerequisites for Alpine:**
```bash
# Install required Alpine packages
apk add libvirt-daemon libvirt-qemu qemu-system-x86_64
rc-update add libvirtd
rc-service libvirtd start
```
**Alternative: Use gcompat compatibility layer**
If you prefer to use the standard glibc binary on Alpine:
```bash
apk add gcompat libstdc++
wget https://github.com/volantvm/flint/releases/latest/download/flint-linux-amd64.zip
unzip flint-linux-amd64.zip
chmod +x flint
./flint serve
```
</details>
---
### 🚀 One-Liner Install
```bash
curl -fsSL https://raw.githubusercontent.com/volantvm/flint/main/install.sh | bash
```
*Auto-detects OS/arch, installs to `/usr/local/bin`, and prompts for web UI passphrase setup.*
Excerpt of 9,619 characters
Read on GitHub34
ASLant · Jinan · China
7
4
2
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:8c745fd495373839, topic:orchestration