2026-03-10 02:23:37 +05:30
2026-03-10 02:23:37 +05:30
2026-03-10 02:23:37 +05:30
2026-03-10 02:23:37 +05:30
2026-02-07 00:04:45 +05:30
2026-03-09 07:46:34 +05:30
2026-03-09 07:46:34 +05:30
2026-03-07 03:56:19 +05:30
2026-03-10 02:23:37 +05:30

Sylve

Discord Build Test Documentation

Note

Sylve is under active development. Some features and APIs may change.

https://gist.github.com/user-attachments/assets/7a9d002c-f647-4872-8b55-6b0cb1ce563b

Sylve is a lightweight, open-source virtualization platform for FreeBSD. It combines Bhyve virtual machines, FreeBSD Jails, and ZFS storage into a modern web interface designed to deliver a streamlined, Proxmox-like experience tailored for FreeBSD environments.

The backend is written in Go, while the frontend is built with SvelteKit.

Full documentation: https://sylve.io/docs

Features

  • Bhyve Virtual Machine Management
  • FreeBSD Jail Management
  • ZFS-first storage architecture
  • Modern web UI
  • Built-in clustering support
  • Integrated networking tooling
  • Zelta integration for backups

Sylve aims to make FreeBSD virtualization easier to manage without relying on complex shell scripts.

Quick Start

Sylve is designed to run on FreeBSD 15.0 or later.

Install dependencies:

# Other optional dependencies like libirt, bhyve-firmware, qemu-tools
# swtpm, samba4XX, etc. might be needed if you enable those features.
# Read the docs to be sure!

pkg install git node24 npm-node24 go

Clone the repository and build:

git clone https://github.com/AlchemillaHQ/Sylve.git
cd Sylve
make

Run Sylve:

cd bin
cp ../config.example.json config.json
./sylve

For full installation instructions, dependency details, and configuration guides, see the documentation:

https://sylve.io/docs

Sponsors

Were proud to be supported by:

FreeBSD Foundation Alchemilla IPTechnics

You can also support the project by sponsoring us on GitHub:

https://github.com/sponsors/AlchemillaHQ

Contributing

Contributions are welcome. Please read docs/CONTRIBUTING.md before submitting pull requests.

License

This project is licensed under the BSD 2-Clause License.

See the LICENSE file for details.

S
Description
Lightweight GUI for managing Bhyve, Jails, ZFS, networking, and more on FreeBSD
Readme BSD-2-Clause 48 MiB
Languages
Go 42.3%
JavaScript 31.8%
Svelte 16.4%
TypeScript 4.7%
CSS 1.1%
Other 3.7%