Download
FolioOrb runs entirely on your machine — no account, no cloud. Download the desktop app for macOS or Windows below (no Python, no terminal), or run it in your browser as a local web app from source on any platform with Python 3.11+.
The buttons above always resolve to the newest stable release. You can also browse every release or use the landing page with platform-aware download buttons.
Release channels
Section titled “Release channels”| Channel | Where it comes from | Who it’s for |
|---|---|---|
| Stable | A version tag (v5.6.0), cut manually |
Everyone. This is the default download. |
| latest-main | Refreshed automatically on every merge to main |
Testing the newest changes; may be unstable. |
The latest-main prerelease is offered under Development builds on the website and in
the releases list. It always holds a
single, newest build straight from main.
Verify your download
Section titled “Verify your download”Every release includes a SHA256SUMS.txt. After downloading, confirm your file matches:
# macOS / Linux — run in the folder holding the download + SHA256SUMS.txtshasum -a 256 -c SHA256SUMS.txt# Windows PowerShell — compare against the line in SHA256SUMS.txtGet-FileHash .\FolioOrb-Windows-x64-v5.6.0-Setup.exe -Algorithm SHA256A match confirms the file is byte-for-byte what CI published to GitHub Releases.
Prefer to run from source?
Section titled “Prefer to run from source?”The install scripts and the build-from-source guide still work on any platform with Python 3.11+ — including Intel Macs and Linux.