Skip to content

Devbox v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 13:53

Devbox 1.0.0 bundles a curated set of everyday developer utilities into a lightweight, cross-platform desktop and web app. Built with Tauri (Rust) and React and served with Vite for the web, Devbox focuses on productivity, offline-first operation, and a small footprint.

Highlights

  • Cross-platform desktop (Tauri) and a web build (Vite).
  • Productivity-first UI: customizable sidebar, reorderable tools, and a dashboard that surfaces recently used tools and RSS feeds.
  • Offline-friendly: most tools run entirely locally; network tools only connect when used.
  • Module-based grouping and persistent local store for settings and recent activity.

Notable tools (grouped)

  • Network: GraphiQL, REST Client, HAR Viewer, DNS Lookup
  • Security: JWT Tools, HMAC Generator, Certificate Decoder, Hash utilities, SSH key tools
  • Utilities: Timezone converter, Regex Tester, Cron builder, Bundlephobia analyzer
  • Generators: Stateless Password, QuickType (types from JSON), Data Faker, ID generators (UUID/NanoID)
  • Viewers: Markdown preview, Monaco Diff editor, SVG preview, HTML/CSS playground
  • Formatters: JSON, SQL, JS/TS minifier, CSS & HTML minifiers
  • Converters: JSON ↔ YAML, Backslash escape/unescape, URL parser/encoder, Base64, Epoch converter