OmniGet v0.8.13
·
0 commits
to 97ff3b5f8935ccf7f8215558fd42425bf0a56434
since this release
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-omniunified downloader route withgallery-dlandyt-dlpbackend 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 underomniget_core::platforms. - Standard Library Synchronization: Converted all
once_cell::syncoccurrences across Tauri commands and queues tostd::sync::OnceLockandstd::sync::LazyLock. - Dependency Pruning: Removed obsolete
once_cellandopencrates from workspace manifests. - Storage Identifier & Migration: Standardized app ID to
com.igect.omnigetwith automatic migration from legacy directory locations. - CI / CD Pipeline Updates: Configured GitHub Actions release workflow and AppImage zsync for the
igect/omnigetrepository.
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.debpackage. - macOS: If Gatekeeper displays an unnotarized prompt, run
xattr -cr /Applications/omniget.appor allow under System Settings → Privacy & Security.