All 85 Dependencies
Every package DevTools-X depends on, ranked by repo health score.
DevTools-X is a lightweight, cross-platform desktop application that replaces a scattered collection of OS-specific tools with a single 10MB installer. It bundles 41 offline-first developer utilities — from a REST client to a regex tester to a bulk image compressor — all accessible without an internet connection and without the memory overhead of Electron.
Built with React and Mantine for the UI layer and Rust via Tauri for native system capabilities, DevTools-X delivers fast, secure utility modules that run as a native binary on Windows, macOS, and Linux. Performance-sensitive tasks like image compression and hashing are offloaded to Rust, while the frontend uses Monaco Editor (the VS Code engine) for a first-class editing experience across every text-based tool.
The app stores preferences and module ordering in a local SQLite database, allows full drag-and-drop customization of the sidebar, and ships a Spotlight-style command palette for instant keyboard-driven navigation. Modules like the REPL tap into the EMKC Piston API to execute code in dozens of languages directly from the app. All tools share a unified theme, shortcut system, and backup/restore mechanism, giving the experience coherence despite the breadth of functionality.
With 1,500+ GitHub stars and 38 releases spanning three major version lines, DevTools-X is a growing community project that accepts contributions across both the TypeScript frontend and Rust backend layers. The project explicitly targets developers who move between macOS, Windows, and Linux and are tired of maintaining separate toolboxes for each platform.