unum — omnia in uno.
A unified developer tool suite, built in Go.
| Command | Description |
|---|---|
unum json |
JSON viewer, validator, and analyzer — three output modes, six analysis lenses |
unum diff |
Diff visualizer — text, JSON, YAML, and Terraform plans; static, TUI, and web output |
unum hash |
Deterministic deriver — maps any string to a stable port, UUID, color, short ID, emoji, and passphrase |
Full documentation → Wiki
brew install danielriddell21/unum/unumgo install github.com/danielriddell21/unum/cmd/unum@latestgit clone https://github.com/danielriddell21/unum
cd unum
just install- The initial architecture and design of this project was conceived with the assistance of Claude (Anthropic), which was also used throughout development for identifying and fixing bugs.
- The TUI layout and interaction model was inspired by lazygit and lazydocker by Jesse Duffield.