Skip to content

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.

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.

Every release includes a SHA256SUMS.txt. After downloading, confirm your file matches:

Terminal window
# macOS / Linux — run in the folder holding the download + SHA256SUMS.txt
shasum -a 256 -c SHA256SUMS.txt
Terminal window
# Windows PowerShell — compare against the line in SHA256SUMS.txt
Get-FileHash .\FolioOrb-Windows-x64-v5.6.0-Setup.exe -Algorithm SHA256

A match confirms the file is byte-for-byte what CI published to GitHub Releases.

The install scripts and the build-from-source guide still work on any platform with Python 3.11+ — including Intel Macs and Linux.