OlaxeeTools is a lightweight utility designed to detect and display your private IP address directly on your local network.
It provides both a web interface (HTML, CSS, JS) and standalone executables for PC and Android devices.
🔗 Official website: olaxeetools.vercel.app
Other languages ? Click Here.
- Detects your local IPv4 addresses.
- Simple and clean UI built with HTML, CSS, and JavaScript.
- Available for Windows, Linux, macOS, and Android.
- Provides both
.exe(desktop) and.apk(mobile) versions. - Open-source and lightweight (< 15 MB).
| Platform | Version | File | SHA256 | Size |
|---|---|---|---|---|
| 🖥️ Windows / macOS / Linux | 2.0.80 | iP_OlaxeeTools.exe |
0db949fb0fccfa38b0a161c69419c0a6993b5adaf9b7e8afc6815736ce5619b5 |
12.4 MB |
| 🤖 Android | 2.0.80 | iP_OlaxeeTools.apk |
c1c17fb5bb063b0a866c71feb412ded4256a13ac6f9d54539b0e8ff7b76079cf |
44.2 MB |
This repository contains the web version of OlaxeeTools:
index.html— main interfacescript.js— detection and interactivity logicstyle.css— UI layout and theme
| Language | Usage |
|---|---|
| HTML | Page structure |
| CSS | Design & layout |
| JavaScript | Logic & IP handling |
Development and deployment via Vercel.
Repository hosted at Olaxee/OlaxeeTools.
- Download
iP_OlaxeeTools.exefrom the releases page. - Double-click the executable to start the local server and open the interface.
- The program automatically detects and displays your private IP.
🧠 Requires no external dependencies — portable executable.
- Download
iP_OlaxeeTools.apkfrom the releases. - Install the APK manually on your device:
- Enable “Install unknown apps” in settings if required.
- Tap the file to install.
- Open the app — your local IPv4 will appear.
⚠️ Not compatible with iOS.
- Backend: Local server script (Python-based for the
.exeversion). - Frontend: Pure HTML / CSS / JS web interface.
- Detection: Uses local network sockets to resolve private IPs.
- Fallback: Displays
1.1.1.1if detection fails.
- All data stays on your local device.
- No IPs or identifiers are transmitted externally.
- Safe to use in offline and secured environments.
OlaxeeTools web version is hosted via Vercel :
👉 https://olaxeetools.vercel.app
You can deploy your own version using:
npm install
vercel deployMaintainer: @Olaxee
📧 Email: olaxee00@gmail.com / owenleroux09@gmail.com
For bug reports or feature requests, please open an issue on GitHub.
This project is distributed as open-source for educational and technical demonstration purposes.
© 2025 Olaxee — All rights reserved.
Thanks for downloading and supporting OlaxeeTools ❤️
Feel free to ⭐ the repo if you find it useful!
Click Here for other languages.