iib0011/omni-tools
Fork: 250 Star: 5496 (更新于 2025-07-13 19:36:04)
license: MIT
Language: TypeScript .
Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!
最后发布版本: v0.5.0 ( 2025-07-11 04:42:58)
Welcome to OmniTools, a self-hosted web app offering a variety of online tools to simplify everyday tasks. Whether you are coding, manipulating images/videos, PDFs or crunching numbers, OmniTools has you covered. Please don't forget to star the repo to support us. Here is the demo website.
All files are processed entirely on the client side: nothing ever leaves your device. Plus, the Docker image is super lightweight at just 28MB, making it fast to deploy and easy to self-host.
Table of Contents
Features
We strive to offer a variety of tools, including:
Image/Video/Audio Tools
- Image Resizer
- Image Converter
- Image Editor
- Video Trimmer
- Video Reverser
- And more...
PDF Tools
- PDF Splitter
- PDF Merger
- PDF Editor
- And more...
Text/List Tools
- Case Converters
- List Shuffler
- Text Formatters
- And more...
Date and Time Tools
- Date Calculators
- Time Zone Converters
- And more...
Math Tools
- Generate Prime Numbers
- Calculate voltage, current, or resistance
- And more...
Data Tools
- JSON Tools
- CSV Tools
- XML Tools
- And more...
Stay tuned as we continue to expand and improve our collection!
Self-host/Run
Docker
docker run -d --name omni-tools --restart unless-stopped -p 8080:80 iib0011/omni-tools:latest
Docker Compose
services:
omni-tools:
image: iib0011/omni-tools:latest
container_name: omni-tools
restart: unless-stopped
ports:
- "8080:80"
Contribute
This is a React Project with Typescript Material UI. We use icons from Iconify
Project setup
git clone https://github.com/iib0011/omni-tools.git
cd omni-tools
npm i
npm run dev
Create a new tool
npm run script:create:tool my-tool-name folder1 # npm run script:create:tool split pdf
For tools located under multiple nested directories, use:
npm run script:create:tool my-tool-name folder1/folder2 # npm run script:create:tool compress image/png
Use folder1\folder2
on Windows.
Run tests
npm run test
- For e2e tests
npm run test:e2e

🤝 Looking to contribute?
We welcome contributions! You can help by:
- ✅ Reporting bugs
- ✅ Suggesting new features in GitHub issues or here
- ✅ Improving documentation
- ✅ Submitting pull requests
You can also join our Discord server
Contributors

Contact
For any questions or suggestions, feel free to open an issue or contact me at: ibracool99@gmail.com
License
This project is licensed under the MIT License. See the LICENSE file for details.
最近版本更新:(数据更新于 2025-07-13 19:35:20)
2025-07-11 04:42:58 v0.5.0
2025-06-06 06:39:22 v0.4.0
2025-04-24 09:01:35 v0.3.0
2025-03-28 20:50:46 v0.2.0
2025-02-28 02:34:03 v0.1.0
主题(topics):
alternative, converter, data-manipulation, developer-tools, devtools, frontend, good-first-issue, image-manipulation, image-processing, javascript, pdf-manipulation, productivity, react, self-hosted, swissarmyknife, tools, typescript, video-manipulation, webapp, website
iib0011/omni-tools同语言 TypeScript最近更新仓库
2025-07-13 16:45:00 renovatebot/renovate
2025-07-13 13:45:19 lobehub/lobe-chat
2025-07-13 10:04:30 vercel/ai
2025-07-13 06:32:53 ianstormtaylor/slate
2025-07-13 04:37:31 microsoft/genaiscript
2025-07-13 03:38:12 TanStack/router