22.10.2025

ut - a universal CLI tool for developers and administrators

ut is a fast and lightweight command-line (CLI) utility toolkit combined into a single binary file. The project was created for developers and IT professionals who use dozens of different tools daily - from UUID generators to format converters and date parsers.
With ut, all of this is available in one program, without installing multiple separate packages or visiting random websites with “handy online tools.”

GitHub: ksdme/ut

Features

The utility combines dozens of commonly used functions, such as:

The ut help command displays a complete list of available subcommands and brief descriptions of each.

Installation

The easiest way is to install via Homebrew (on macOS or Linux):

brew install ksdme/tap/ut

Or download a precompiled binary from GitHub Releases:

curl -LO https://github.com/ksdme/ut/releases/latest/download/ut-linux-amd64

chmod +x ut-linux-amd64
sudo mv ut-linux-amd64 /usr/local/bin/ut

Usage examples

# Generate a UUID ut uuid
Convert UNIX timestamp to human-readable format

ut time parse 1697389200

Hash a string

ut hash sha256 "Serverspace"

Encode a string in Base64

ut encode base64 "Hello, world!"

Get information about an IP address

ut net info 8.8.8.8

Why try ut

ut is especially useful for those who work regularly in the terminal: DevOps engineers, system administrators, backend developers, and anyone who values minimalism and speed.

Conclusion

ut is a universal command-line assistant that saves time and replaces dozens of small tools with one compact program. If you want to reduce the number of auxiliary CLI utilities and simplify daily operations - ut definitely deserves a place in your toolbox.

Frequently Asked Questions (FAQ)