Skip to content

Releases: karthik-minnikanti/devbench-kit

DevBench 0.1.10

21 Jun 03:34

Choose a tag to compare

DevBench 0.1.9

21 Jun 03:30

Choose a tag to compare

DevBench 0.1.8

20 Jun 18:25

Choose a tag to compare

DevBench 0.1.7

20 Jun 17:49

Choose a tag to compare

DevBench 0.1.6

20 Jun 12:24

Choose a tag to compare

DevBench 0.1.5

06 Jun 16:38

Choose a tag to compare

DevBench 0.1.4

06 Jun 08:53

Choose a tag to compare

DevBench 0.1.3

06 Jun 03:54

Choose a tag to compare

v0.1.1

01 Jan 14:10
1497861

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1...v0.1.1

0.1

01 Jan 05:28

Choose a tag to compare

0.1 Pre-release
Pre-release

Version 0.1 - Initial Release

Release Date: January 2025

We're excited to announce the initial release of DevBench! This is the first public release of our comprehensive desktop application for developers.

🎉 What's New

API Client

  • Postman-like Interface: Full-featured REST API testing tool
  • Request Management: Create, save, and organize API requests in folders
  • Multiple HTTP Methods: Support for GET, POST, PUT, DELETE, PATCH, OPTIONS, HEAD
  • Response Views: Preview, Raw, and Headers view modes
  • Import Support: Import cURL commands and Swagger/Postman collections
  • Search & Organization: Real-time search and folder-based organization
  • Individual File Storage: Each request saved as a separate JSON file for Git sync

Daily Planner

  • Task Management: Create, edit, and delete tasks with status tracking
  • Time Blocking: Schedule tasks in time blocks
  • Work Modes: Deep Work, Meetings, Collaboration, Learning, Review
  • Analytics & Insights: Task completion statistics and productivity metrics
  • Week View: Overview of the entire week with task distribution
  • Habit Tracking: Create and track daily habits with streak calculation
  • Daily Reflections: Capture thoughts and carry forward incomplete tasks

JavaScript Runner

  • Execute JavaScript code in a sandboxed environment
  • Real-time code execution with output display
  • Support for modern JavaScript features

Notes

  • Rich Text Editor: BlockNote-based editor with full formatting support
  • Auto-save: Automatic saving with Git sync
  • UUID-based Naming: Unique identifiers for all notes
  • Search & Filter: Find notes quickly with date-grouped organization
  • Conflict-free Editing: Individual file storage prevents merge conflicts

Drawing (Excalidraw)

  • Create beautiful diagrams and sketches
  • Full Excalidraw integration
  • Export functionality
  • Auto-save with Git sync

UML Editor

  • Create UML diagrams using Mermaid syntax
  • Monaco Editor with syntax highlighting
  • Live preview
  • Export to PNG
  • Support for sequence diagrams, flowcharts, class diagrams, and more

🚀 Key Features

  • Cross-platform: Available for macOS, Windows, and Linux
  • Git Integration: All data automatically synced with Git repositories
  • Offline First: Works completely offline
  • Modern UI: Clean, intuitive interface with consistent theming
  • Fast & Responsive: Built with Electron and React for optimal performance

📦 Installation

macOS

  • Download DevBench-1.0.0.dmg (Intel) or DevBench-1.0.0-arm64.dmg (Apple Silicon)
  • Note: Since the app is not code-signed, you'll need to allow Gatekeeper:
    • Right-click on DevBench in Applications and select "Open"
    • Click "Open" in the security dialog

Windows

  • Download DevBench Setup 1.0.0.exe for installation
  • Or DevBench 1.0.0.exe for portable version

Linux

  • AppImage: DevBench-1.0.0.AppImage (x64) or DevBench-1.0.0-arm64.AppImage
  • Debian/Ubuntu: devbench-desktop_1.0.0_amd64.deb or devbench-desktop_1.0.0_arm64.deb

🔧 Setup Requirements

  • Git: Required for data synchronization
  • Node.js: Not required (bundled with the application)

📝 Known Issues

  • Native module rebuilding may fail on some systems (build process skips this by default)
  • Some TypeScript type errors may appear but don't affect functionality
  • macOS builds are not code-signed (Gatekeeper bypass required)

🙏 Acknowledgments

Thank you for trying DevBench! We're committed to making this the best developer productivity tool. Your feedback and contributions are welcome.

📚 Documentation

  • Full documentation available in README.md
  • For issues and feature requests, please visit our GitHub repository

🔗 Links


Note: This is the initial release. We're actively working on improvements and new features. Stay tuned for updates!