Download Onesimus

Pre-built packages for quick testing. Or build from source.

🚧
Early Access Pre-Release — This is a pre-release for testing and evaluation only. Not suitable for production use. Features may change, bugs are expected. Report issues on GitHub.

Latest Release: v0.2.0-alpha

v0.2.0-alpha Pre-Release 2026-02-22
PackagePlatformSize
onesimus_0.2.0.alpha_amd64.debDebian 13 / Ubuntu 24.04+ (amd64)~4.6 MBDownload
Changelog
  • Gantt timeline & weekly planner for schedule visualization
  • Schedule conflict detection (collision warnings)
  • Schedule Wizard (3-page QWizard with 5 templates)
  • Restore Wizard (BVFS-based 5-page QWizard)
  • Job, Client & Schedule management
  • Multi-Director support (connection profiles)
  • TLS-PSK & X.509 authentication
  • 6 languages, cross-platform (Win / Linux / macOS)
All releases on GitHub →

Web Interface

Onesimus Web is a browser-based management interface for Bareos — no installation required. Connect from any device on your network.

Install as App

In Chrome or Edge, click the install icon (⊕) in the address bar to install Onesimus Web as a standalone app on your desktop or phone — no app store required.


Build from Source

Want the latest development version or build for a different platform? Clone the repository and build from source.

# Clone
git clone https://github.com/Beerlesklopfer/Onesimus.git
cd Onesimus

# Build (Linux / macOS)
./build.sh

# Build (Windows — VS 2022 Developer PowerShell)
.\build-windows.ps1
Build instructions →