IT Tools — Collection of Developer Utilities with Beautiful UX
IT Tools is a self-hosted collection of 80+ handy developer tools — UUID generator, hash calculator, JWT decoder, JSON formatter, cron parser, and more. All in one beautiful interface.
Agent 可直接安装
这个资产可安装;Agent 先选择当前运行时、检查安装计划,再运行匹配命令。
npx -y tokrepo@latest install 58d12242-34e1-11f1-9bc6-00163e2b0d79 --target codex先 dry-run 确认安装计划,再运行此命令。
What it is
IT Tools is a self-hosted web application that bundles 80+ developer utilities into a single clean interface. Included tools range from UUID generators and hash calculators to JWT decoders, JSON formatters, cron expression parsers, base64 encoders, color converters, and regex testers. Everything runs in your browser with no external API calls.
The project targets developers who want a bookmark-free toolkit for common conversion and encoding tasks. Instead of searching for scattered online tools, you spin up one container and have everything on your local network.
How it saves time or tokens
Developers frequently context-switch to browser tabs for small utility tasks: decoding a JWT, formatting a JSON blob, generating a UUID. IT Tools consolidates these into one self-hosted page, eliminating the need to find and trust random online tools. Since everything runs client-side, sensitive data like API keys or tokens never leaves your machine. No signup, no ads, no tracking.
How to use
- Start IT Tools with Docker:
docker run -d --name it-tools -p 8080:80 corentinth/it-tools:latest
- Open
http://localhost:8080in your browser.
- Search or browse the tool categories. All 80+ tools are available immediately.
Example
Common tools available in IT Tools:
Encoding:
- Base64 encode/decode
- URL encode/decode
- HTML entities encode/decode
Crypto:
- Hash generator (MD5, SHA-1, SHA-256, SHA-512)
- HMAC generator
- UUID v4 generator
Web:
- JWT decoder
- JSON formatter/validator
- Cron expression parser
- HTTP status codes reference
Converters:
- Unix timestamp converter
- Color format converter (HEX, RGB, HSL)
- YAML to JSON converter
Related on TokRepo
- AI Tools for Coding — more developer productivity tools
- AI Tools for Self-Hosted — self-hosted applications for development teams
Common pitfalls
- IT Tools runs entirely client-side; if you need server-side processing (like large file conversion), you will need a different tool
- The Docker image is relatively large because it bundles all 80+ tools; there is no way to install only a subset
- Custom tools cannot be added without forking the repository; the tool list is fixed at build time
常见问题
Yes. IT Tools is open source under the GPL-3.0 license. You can self-host it, modify it, and distribute modified versions as long as you comply with the GPL terms.
No. All processing happens client-side in your browser. No data is transmitted to external servers. This makes it safe for working with sensitive values like API keys, JWTs, and passwords.
Not without forking the repository. IT Tools has a fixed set of built-in tools. To add a custom tool, you would need to fork the GitHub repository, implement your tool as a Vue component, and rebuild the Docker image.
IT Tools is built with Vue 3 and Vite. Each tool is a self-contained Vue component. The production build is served as static files behind an Nginx container, which is why the Docker image requires no backend runtime.
Yes. You can clone the repository and run it with npm: npm install followed by npm run dev for development, or npm run build to generate static files that you can serve with any web server.
引用来源 (3)
- IT Tools GitHub— IT Tools open-source developer utilities
- Vue.js Docs— Vue 3 framework documentation
- Docker Hub IT Tools— Docker container deployment
讨论
相关资产
DevToys — Swiss Army Knife of Developer Utilities
A cross-platform desktop app bundling dozens of developer utilities like JSON formatting, Base64 encoding, hash generation, and regex testing in one tool.
Omni-Tools — Self-Hosted Web Utilities Collection
A self-hosted collection of web-based developer and productivity tools. Omni-Tools covers converters, formatters, encoders, image processors, and more — all running locally with no tracking.
Omni Tools — Self-Hosted Web-Based Developer Utility Collection
A free, self-hosted collection of web-based tools for everyday developer tasks including converters, formatters, encoders, and image processors, with no ads or tracking.
Omni Tools — Self-Hosted Web-Based Developer Utilities
A self-hosted collection of web-based tools for developers including converters, encoders, formatters, and generators with no tracking or ads.