Skip to content

OmniGet v0.8.13

Choose a tag to compare

@github-actions github-actions released this 29 Aug 07:00
· 0 commits to 97ff3b5f8935ccf7f8215558fd42425bf0a56434 since this release
v0.8.13
e05a22f

OmniGet v0.8.13

Highlights

  • OmniDisc Subsystem: Added end-to-end encrypted real-time chat, guild management, voice channels, and screen streaming (omnidisc-proto, omnidisc-media, omnidisc-mls).
  • Open Omni Social Downloader: Integrated /open-omni unified downloader route with gallery-dl and yt-dlp backend runners, persistent profile presets, and live task cancellation.
  • Platform Architecture Cleanup: Removed 14,000+ lines of duplicate legacy platform extractors from src-tauri/src/platforms/, standardizing downloader implementations under omniget_core::platforms.
  • Standard Library Synchronization: Converted all once_cell::sync occurrences across Tauri commands and queues to std::sync::OnceLock and std::sync::LazyLock.
  • Dependency Pruning: Removed obsolete once_cell and open crates from workspace manifests.
  • Storage Identifier & Migration: Standardized app ID to com.igect.omniget with automatic migration from legacy directory locations.
  • CI / CD Pipeline Updates: Configured GitHub Actions release workflow and AppImage zsync for the igect/omniget repository.

Downloads

Platform Package Architecture
Windows Setup Installer (.exe) / Portable (.exe) / MSI (.msi) x64
macOS Apple Silicon (.dmg) / Intel (.dmg) aarch64, x64
Linux AppImage (.AppImage) / Debian (.deb) / RPM (.rpm) amd64, arm64

Notes

  • Linux (AppImage): Debian 12+ requires libfuse2 (sudo apt install libfuse2) or use the .deb package.
  • macOS: If Gatekeeper displays an unnotarized prompt, run xattr -cr /Applications/omniget.app or allow under System Settings → Privacy & Security.