Skip to content

Orbit v0.2.7-beta (Stable)

Choose a tag to compare

@github-actions github-actions released this 17 Jul 06:17

Orbit v0.2.7-beta — Stable Release

Version: v0.2.7-beta
Commit: 2c1dfcd
Built: 2026-07-17

Features

  • 4-Layer Video Duration Fix — Backward moov scan when forward scan misses moov (size=0 box); return max(mvhdDur, bestTrackDur) for fragmented MP4s; durationchange handler updates knownDuration; dur() uses max(knownDuration, video.duration) safety net.
  • Mobile A/V Persistence Fix — All chat pre-loading before _restoreAllBlobAttachments; exponential backoff in _resUrl (5 retries 300ms→4.8s); local send path attsRef cleanup; FILE_TRANSFER_END _blobKey restored to synchronous save.
  • Mobile Status Circle Fix — PONG handler updates friend.lastSeen+status; MESSAGE handler refreshes sender status; onPeerFound sets lastSeen + re-renders.
  • Emoji Reaction Fix — Desktop store.js packet.to→packet.from swap for DM reaction routing; mobile reactions-row gets data-msg-id attribute.
  • Mobile Overlay Controls Fix — touchstart handler for instant overlay; _touchTap guard prevents destructive click toggle; touch-action: manipulation CSS.
  • Code Block UI Redesign — Styled container with header bar, language badge, Copy button; inline code accent color border.
  • Copy Code Button — Clipboard API + "Copied!" feedback with execCommand fallback; wired on both platforms.
  • Chat List Preview Cleaned — Markdown stripped from sidebar previews (code→"code", URLs→"link", bold/italic/hash removed, truncated at 80 chars).
  • Desktop sanitize.js Synced — Desktop now loads updated copy with all code block improvements (was using old standalone copy).
  • Technical: Version bumped to v0.2.7-beta across all manifests.

Downloads

Artifact Size
Orbit-v0.2.7-beta.apk 52M
Orbit-0.2.7-beta-amd64.deb 156M
Orbit-0.2.7-beta-x86_64.AppImage 183M
Orbit-0.2.7-beta-arm64.dmg 167M
Orbit-0.2.7-beta-x64.dmg 172M
Orbit
Setup
0.2.7-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 SHA256

Security

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!