top


DevHub LOGO

DevHub

中文日本語한국어FAQChangelogContact & Support

Release macOS 14+ Scap AppStore

DevHub AppStore

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.

What Is DevHub?

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:

Key Features

Who Is It For?

Common Use Cases

Tool Coverage

DevHub already covers multiple common developer utility categories, including but not limited to:

DevHub screenshots-1

The following tools have been completed:

DevHub screenshots-2

DevHub screenshots-3

DevHub screenshots-4

DevHub screenshots-5

DevHub screenshots-6

DevHub screenshots-7

Frequently Asked Questions

What Is DevHub?

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.

What Problems Does DevHub Help Solve?

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.

Which Platforms Does DevHub Support?

The README currently states a minimum system requirement of macOS 14.0.

Does DevHub Work Offline?

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.

Does DevHub Collect or Upload My Data?

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.

How Is DevHub Different From Online Web Tools?

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.

Can DevHub Integrate With Other Tools?

Yes. DevHub supports URL Scheme, so it can integrate with Raycast, browsers, terminal commands, and automation workflows.

DevHub Integrations

Integrations with DevHub are done via URL Scheme. You can use this to integrate with most apps and workflows. For example, integration with Raycast:

DevHub + 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