Orbit v0.2.9-beta
Orbit v0.2.9-beta
Version: v0.2.9-beta
Commit: 36f299a
Built: 2026-07-22
Note: This is not a stable release — latest development version with experimental features.
Mobile Settings Additions
- App Zoom Slider — New zoom slider (50–200%, default 100%) in Appearance → Text & Layout, matching desktop functionality. Stored as
appZoomin settings. - Disable Light Mode Flashbang Toggle — New "Disable Light Mode Flashbang" toggle in Appearance. When enabled, switching to a Light theme skips the brightness warning dialog entirely. Stored as
noFlashbangin settings. - Light Mode Flashbang Warning — When the user selects a Light theme (Light, Solarized Light, etc.) while the flashbang toggle is disabled, a themed warning dialog appears explaining the sudden brightness change, with a "Don't show again" option that auto-enables the
noFlashbangsetting. - GitHub Links in About — "GitHub Repository" (opens repo URL) and "Report an Issue" (opens issues page) links added to the About section with Lucide icons.
Desktop Global Gallery Layout Fix
- Scroll Wrapper Separation — The global gallery now wraps each display mode (grid, compact, masonry, list) in a dedicated
overflow-y: autoscroll container, separated from the inner layout<div>. This prevents layout breakage when the gallery holds more than 10–20 items. Previously the layout container and scroll wrapper were the same element, causing flex/grid layout conflicts under overflow scroll.
Fixes
- Experimental Card Icon Fixed — The Experimental card in mobile settings now renders correctly. Lucide renamed
flasktoflask-conicalin v1.17.0, and the old icon name was silently failing (rendering nothing). - Mobile Store Defaults — Added
noFlashbang: falseandappZoom: 1.0defaults in store.js settings. - Flashbang Dialog Render Path — added
data-flashbang-disablecheckbox handler, confirmed Flashbang dialog triggers only on Light theme selection (not System/Auto).
Technical
- Version: Bumped to v0.2.9-beta across all manifests (workspace root, desktop, mobile).
- Version Sync:
mobile/package.jsonset to0.2.9-beta,version.jsauto-regenerated vianpm run version:sync. - Android Sync:
npx cap sync androidcompleted — web assets synced to Capacitor Android project.
Downloads
| Artifact | Size |
|---|---|
| Orbit-v0.2.9-beta.apk | 52M |
| Orbit-0.2.9-beta-amd64.deb | 153M |
| Orbit-0.2.9-beta-x86_64.AppImage | 179M |
| Orbit-0.2.9-beta-arm64.dmg | 163M |
| Orbit-0.2.9-beta-x64.dmg | 169M |
| Orbit | |
| Setup | |
| 0.2.9-beta.exe |
Installation Notes
Desktop builds are currently unsigned.
- Windows: Microsoft SmartScreen may appear. Select More info → Run anyway if you trust the source.
- macOS: You may need to right-click the application and choose Open on first launch.
- Android: Because Orbit is distributed outside the Google Play Store, Android or Google Play Protect may display a warning before installation. Continue only if you trust the release source.
Verify Your Download
A SHA256SUMS.txt file is included with this release.
Use it to verify the integrity of any downloaded artifact:
# Linux / macOS
shasum -a 256 --check SHA256SUMS.txt
# Windows (PowerShell)
Get-FileHash Orbit-Setup.exe -Algorithm SHA256Security
Orbit is designed for trusted private networks and local-first communication.
Official releases are published exclusively through this GitHub repository.
Links
- Repository Orbit-beta
- View the changelog for the latest changes!
- Having issues with the app ? Click here to report it!