Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions website/content/en/status/report-2025-07-2025-09/sylve.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
=== Sylve -- A Unified System Management Platform for FreeBSD

Links: +
link:https://github.com/AlchemillaHQ/Sylve[GitHub] URL: link:https://github.com/AlchemillaHQ/Sylve[] +
link:https://sylve-ci.alchemilla.io[CI] URL: link:https://sylve-ci.alchemilla.io[] +
link:https://discord.gg/bJB826JvXK[Discord] URL: link:https://discord.gg/bJB826JvXK[]

Contact: Hayzam Sherif <[email protected]>

Sylve is a modern, unified system management platform for FreeBSD, inspired by Proxmox.
We aim to provide an integrated web interface for managing virtual machines (via Bhyve), Jails, ZFS storage, networking, and firewalling. The backend is implemented in Go, while the frontend uses SvelteKit with Tailwind CSS and ShadCN UI components.

The project emphasizes a minimal system footprint, currently requiring only package:sysutils/smartmontools[], package:sysutils/tmux[], package:libvirt[], package:samba419[], package:swtpm[] as runtime dependencies.

==== Q3 Progress Highlights

===== Clustering

Sylve now supports simple clustering with a single-pane-of-glass (SPOG) experience.
This multi-master design, built on top of `hashicorp/raft` and SQLite, allows users to manage multiple nodes from a single interface.

===== Networking

* Network Objects: Subnets, hosts, and MACs are now treated as first-class objects. Users can create and reuse them across VMs, Jails, and switches.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please put one sentence per line in lists too

Suggested change
* Network Objects: Subnets, hosts, and MACs are now treated as first-class objects. Users can create and reuse them across VMs, Jails, and switches.
* Network Objects: Subnets, hosts, and MACs are now treated as first-class objects.
Users can create and reuse them across VMs, Jails, and switches.

* Manual Switches: Existing FreeBSD bridges can now be imported into Sylve and managed as switches.

===== Storage

* A new file explorer has been introduced for managing each node's local filesystem (copy, cut, delete, etc.).
* ZFS pools now feature extensive health monitoring, including support for special vdevs (cache, log, etc.).
* Major performance improvements to ZFS dataset viewing and editing.
* Ability to flash images to ZFS zvols directly from the UI.
* Samba integration: Users can now create Samba shares. A comprehensive audit log has been added to track file share activity.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Samba integration: Users can now create Samba shares. A comprehensive audit log has been added to track file share activity.
* Samba integration: Users can now create Samba shares.
A comprehensive audit log has been added to track file share activity.


===== Authentication

* Ability to create and manage users directly in the UI, including Samba users.
* Groups can now also be created and managed from the UI.

===== Virtual Machines

* Full VM editing is now supported (storage, network, PCI devices, etc.).
* TPM support (via package:swtpm[]) is available in both UI and API, this feature is currently experimental.
* Support for reusing existing raw disks.
* Added Wake-on-LAN functionality for VMs.

===== Jails

* Full support for thick jails (creation, editing, viewing).
* Resource limiting for CPU and RAM has been implemented.
* Networking for Jails supports both inherited configurations and switch-based (manual/standard) setups.

==== Roadmap Update

Due to community demand, Q3 focused on clustering instead of firewalling and network services.
The following items have been pushed to Q4:

* Firewall rules configuration.
* DHCP support.
* WireGuard VPN integration.

The current roadmap is to complete clustering with external storage backup support (e.g., S3) before returning to networking services.

Contributions, testing, and feedback are very welcome.
If you are interested in contributing, consider helping with:

* UI testing and accessibility feedback.
* Bug reports and feature requests via GitHub.

Sponsor: FreeBSD Foundation and Alchemilla (development and infrastructure support)