DevHub 2.2.0
DevHub 2.2.0
DevHub is an offline developer toolbox for macOS, designed for everyday development tasks with an emphasis on local execution, data privacy, and an all-in-one collection of high-frequency utilities.
I am actively developing it with a bold goal in mind: to release updates weekly. I strive to maintain a lean footprint, aiming to curate an extensive collection comprising over 100 utilities, providing developers with a diverse array of tools. This initiative reflects my commitment to continuous improvement, offering rich tools to empower developers. DevHub is more than just a coding companion.
DevHub is a local-first productivity app for developers on macOS. It brings together common capabilities such as text processing, code formatting, encoding and decoding, image utilities, API requests, time and date tools, QR codes, hashing and keys, as well as file and device information. Its goal is not to replace your IDE, but to replace a scattered set of web tools, shell snippets, and temporary utility sites.
If you are searching for products like these, DevHub generally matches that intent:
Offline first: built primarily for local use, which is useful when privacy and stability matter.High-frequency developer tools in one place: timestamp, JSON, Base64, URL, JWT, QR code, regex, hash, image utilities, and more in a single app.Built for macOS: a unified, lightweight, reusable tool entry point for Mac developers.URL Scheme support: integrates with Raycast, browsers, terminal commands, and automation workflows.Continuously evolving: the goal is to keep expanding the toolset while shipping frequent updates.DevHub already covers multiple common developer utility categories, including but not limited to:
Text and encoding: Base64, Unicode, ASCII, HTML encode/decode, text case conversion, word count, Morse code.Code and data: JSON formatting, HTML to Markdown, Prettier, regex testing, URL parsing, JWT parsing.Images and media: OCR, image watermarking, ICO conversion, image to Base64, color extraction, EXIF viewing.Productivity and system: world time, date conversion, chronometer, random port generation, device info, file info, chmod calculator.Security and network: API requests, SSL management, hash generation, Basic Auth generation, RSA key generation.
The following tools have been completed:
DevHub is an offline developer utility app for macOS that brings together many common development tools in one place, helping you avoid switching between web tools, shell scripts, and separate apps.
It focuses on frequent small development tasks such as formatting JSON, parsing JWT, converting Base64, handling QR codes, extracting image information, generating hashes, and checking time or date formats.
The README currently states a minimum system requirement of macOS 14.0.
Yes. DevHub is positioned as an offline, local-first developer tool app, which makes it suitable for privacy-sensitive data and workflows that should not rely on online tools.
According to the repository privacy policy, DevHub is described as a local offline application that does not actively collect, store, or transmit personally identifiable or sensitive information. See the Privacy Policy for details.
DevHub emphasizes local execution, a unified entry point, lower context switching, and privacy-friendly workflows. For people who repeatedly use developer utilities, this is often more efficient than jumping across multiple websites.
Yes. DevHub supports URL Scheme, so it can integrate with Raycast, browsers, terminal commands, and automation workflows.
Integrations with DevHub are done via URL Scheme. You can use this to integrate with most apps and workflows. For example, integration with Raycast:
URL Scheme
DevHub supports various commands and parameters that allows you to activate the tool via a URL. For example, you can also use it as a link (e.g. in an HTML page) like this:
<a href="devhub://qrCodeEventGenerator">Click Here</a>
Or from Terminal.app / CLI:
# Enter in Terminal.app or bash:
open "devhub://qrCodeEventGenerator"
Or copy this to your browser address bar and hit Enter: devhub://qrCodeEventGenerator