Skip to content

Releases: pinkpixel-dev/ByteBox

v2.5.1

12 Mar 10:24

Choose a tag to compare

ByteBox 2.5.1

ByteBox 2.5.1 rolls the major feature work from 2.5.0 into a fresh release focused on reliable desktop distribution. This release combines the board interaction and personalization improvements from 2.5.0 with the packaging and release-engineering fixes needed to ship a Windows installer cleanly.

Highlights from 2.5.0

  • Category columns can now be drag-reordered and their order persists correctly
  • Card drag-and-drop behavior is more reliable, with optimistic UI updates and consistent database ordering
  • Personalization settings were expanded with resizable sidebar/columns and more typography controls
  • Electron packaging was hardened for Turbopack alias packages, Prisma client bundling, and Electron-specific better-sqlite3 ABI handling
  • Desktop packaging and release documentation were refreshed

New in 2.5.1

  • Added a working Windows NSIS installer release path through GitHub Actions
  • Synced the package lockfile so Windows npm ci succeeds in CI
  • Fixed the Windows native rebuild path by invoking node-gyp directly instead of shelling through npx
  • Added a proper Windows icon.ico and embedded multiple icon sizes for installer and desktop integration
  • Hardened the release workflow with explicit Python setup, artifact uploads, installer verification, and separate manual build ref support
  • Updated app/docs/download references from 2.5.0 to 2.5.1

See full Changelog for all updates/fixes.

v2.4.0 - First Public Release

01 Mar 15:40
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

ByteBox v2.4.0

A lightweight web dashboard for developer resources — bookmarks, snippets, commands, notes, and images in one beautiful place.

This is the first public release of ByteBox. 🌸

📦 What is ByteBox?

ByteBox is a local-first developer dashboard for organizing your dev toolkit. Think Trello for resources — pin links, tag everything, search instantly, and drag-and-drop to organize your way. Fully offline, fully yours.

✨ Highlights

  • 📋 Kanban-style boards — Organize bookmarks, snippets, commands, docs, images, and notes into customizable categories
  • 💻 Syntax highlighting — 100+ languages via Shiki
  • 🎨 Deep theming — Glass morphism UI, 6 accent palettes, custom gradients, 17 UI fonts, settings presets
  • 🔍 Instant searchCmd/Ctrl+K across titles, tags, and content
  • 🏷️ Smart tagging — Color-coded tags with AND/OR filtering
  • ⭐ Starred cards — Quick-access favorites
  • 🖼️ Image cards — Full-screen lightbox with download & clipboard support
  • 💾 Export/Import — Full JSON backup and restore
  • 🖥️ Desktop app — Native Electron wrapper (AppImage, .deb, .exe)
  • 🐳 Docker supportdocker compose up --build -d and you're running

📥 Downloads

Platform File
Windows ByteBox-Setup-2.4.0.exe (NSIS installer)
Linux ByteBox-2.4.0.AppImage (universal)
Linux bytebox_2.4.0_amd64.deb (Debian/Ubuntu)
Docker docker compose up --build -d

Linux AppImage: chmod +x ByteBox-2.4.0.AppImage && ./ByteBox-2.4.0.AppImage

🛠️ Self-host / Web

See the README for self-hosting instructions.