In Browser Tools is a collection of analytics-free, privacy-concerned tools designed to operate directly within your browser. This project is built for users who value privacy and wish to utilize tools without the need for server-side processing or data transmission. Our tools are completely free to use and open-source, making them ideal for educational purposes, quick utilities, or as part of your privacy-focused toolset.
SBOM (Software Bill of Material) generated by https://sbom.sh tool
- Base64 Decoder/Encoder: Quickly encode or decode your data in Base64 format, all within your browser.
- Offline Password Generator: Generate strong, secure passwords offline, ensuring your passwords never leave your device. Now supports batch gen, and specifying your own set of keys
- WEBP to JPEG/PNG Converter: Easily convert WEBP images to JPEG or PNG formats without the need for external tools.
- JSON Viewer: Beautify and view JSON documents in a clean, user-friendly interface.
- UUID Generator: UUID v1 v4 and v7 generation
- AVI TO MP4 CONVERTER: FFMPEG built in
- Round image cropper: Now there is also ability to crop round images with specified resolution
All tools are designed to be easy to use, with a focus on privacy and security.
To use In Browser Tools, simply visit our website or clone this repository to run the tools locally. Our project is built with Vue.js, ensuring a reactive and seamless user experience.
-
Clone the repository:
git clone https://github.com/Razikus/In-Browser-Tools.git
-
Navigate to the project directory:
cd In-Browser-Tools
-
Install the dependencies:
npm install
-
Serve the project locally:
npm run serve
-
Open your browser and navigate to
http://localhost:8080
.
If you encounter any problems or have a feature request, please submit an issue here.
This project is licensed under the MIT License
- Thanks to all contributors who have helped to build and improve In Browser Tools.