Skip to content

Releases: JohnnyMeister/DiscBox

DiscBox v0.1.1

31 May 14:57

Choose a tag to compare

  • Add a modal Sync Cloud progress window that blocks app interaction until sync finishes
  • Prevent users from manually closing the cloud sync progress window
  • Replace the slow deep Discord message verification during normal sync to avoid webhook rate-limit stalls
  • Add a remove button next to each drive in the sidebar
  • Add a confirmation dialog before removing a drive
  • Switch to another available drive after removing the active drive, or clear the active state when no drives remain
  • Add .gitignore cleanup for generated build, release, IDE, and binary artifacts

DiscBox v0.1.0

31 May 00:06
e0c10df

Choose a tag to compare

DiscBox v0.1.0

First public release of DiscBox.

DiscBox is a desktop cloud storage application that uses Discord webhooks as a personal storage backend. It provides a modern drive-like interface for uploading, downloading, organizing, and managing files stored as chunks on Discord.

Highlights

  • Modern Avalonia desktop UI
  • Discord webhook-based storage
  • Chunked file upload and download system
  • Local SQLite metadata indexing
  • Multi-drive support
  • Multiple webhook support
  • Drive renaming and drive management
  • Optional per-drive AES-256-GCM encryption
  • Upload/download progress tracking
  • Portable Windows build
  • Windows installer
  • SHA-256 checksum included

Downloads

  • DiscBox-0.1.0-win-x64-portable.zip — portable Windows version
  • DiscBoxSetup-0.1.0.exe — Windows installer
  • DiscBox-0.1.0-win-x64-portable.zip.sha256 — checksum file

Setup

  1. Create a private Discord channel.
  2. Create a webhook for that channel.
  3. Add the webhook inside DiscBox as a new drive.
  4. Start using DiscBox as your personal Discord-powered cloud drive.

Note

DiscBox was inspired by the original Disbox project and is compatible with the same Discord-backed storage concept, allowing users to back up or migrate Disbox-style drives into DiscBox.