A collection of developer utilities in a single desktop application.
- JSON Editor
- Image Editor
- Rest API Tester
- JWT Decoder
- UUID/Password Generator
- Hash Calculator
- Epoch Converter
- Regular Expression Tester
- ASCII Graphics
- Log Generator
dev-tools
is a JavaFX desktop application built with Maven.
Obtain a binary using one of the following methods:
- Build an executable jar from the source.
./mvnw clean package
- Build a native application using GluonFX Maven plugin.
GraalVM installation is required. After obtaining the GraalVM distribution, the
environment variable
GRAALVM_HOME
should be set to point to it.
./mvnw clean gluonfx:build
- Download a build from releases.
- Java 11 or later
- Launch the application. For the executable jar use
java -jar target/dev-tools-<version>.jar
. - Explore the main menu and its options.
- Select a tool from the
Tools
dropdown menu. See below for a complete list with screenshots. - Switch between light and dark themes using the
View -> Theme
menu option. - Utilize keyboard shortcuts for faster navigation.
Edit and analyze JSON using syntax highlighting, formatting, and validation. Use the built-in search (Ctrl+F) to find items. Navigate between documents using the multi-tab interface.
This tool incorporates an essential suite of functions for creating and editing images.
This tool provides a core set of functionalities for REST API testing. Manage and share your testing process via the export and import of HTTP request history. Access history features by Ctrl-clicking the history pane. Navigate between requests using the multi-tab interface.
Paste your JSON Web Token (JWT) into the input area to decode it. Use the provided buttons to decode, encode, and verify the JWT signature. For signature verification, select the correct algorithm and provide the necessary secrets.
Generate a series of UUIDs (Universally Unique Identifiers) or passwords according to the provided configuration controls.
This utility performs cryptographic hashing and various encoding/decoding operations on input data.
Epoch Converter is a utility for converting between Unix epoch time (seconds since January 1, 1970, 00:00:00 UTC) and human-readable dates. Features include displaying the current Unix epoch, timestamp to date/time conversion, and date/time to timestamp conversion.
Regular Expression Tester is a tool for testing and debugging regular expressions (regex) featuring full regex flag support (i, m, u, etc.), comprehensive capturing group visualization and match highlighting.
Easily turn your text into ASCII art. Customize the look with adjustable settings.
Log Generator creates customizable synthetic log data for testing and development. Choose from a selection of pre-defined standard log formats. Write the generated logs directly to the output pane, or save them to a file for later use.
Licensed under the Apache 2.0 license.