Netra Core is a lightweight, cross-platform desktop application designed to provide a secure, encrypted DNS tunnel while offering real-time network capacity benchmarking. It leverages Cloudflare's public infrastructure for high-accuracy speed tests without the need for accounts or rate limits.
- 🔒 Secure DNS Tunneling: Automatically routes your system DNS through encrypted DoH (DNS over HTTPS) providers.
- ⚡ Live Capacity Benchmarking: Measures your actual network capacity (Mbps) with a high-accuracy, multi-sample speed test.
- 🌍 Cross-Platform: Native support for Windows, macOS, and Linux with automated system-level DNS management.
- 📈 Real-time IP Logging: Monitors and logs DNS queries in real-time to provide visibility into network activity.
- 🎨 Cyberpunk Aesthetic: A high-performance, dark-themed UI built for speed and clarity.
- 🛡️ Privacy First: No accounts, no tracking, and no rate limits. Results are served directly via global CDNs.
The easiest way to use Netra Core is to download the pre-built binaries for your operating system.
Visit the GitHub Releases page to download the latest version:
- Windows: Download the
.exe(Portable or Setup). - macOS: Download the
.dmgpackage. - Linux: Download the
.AppImage(Universal).
If you are a developer and wish to contribute or build Netra yourself:
- Clone the repository:
git clone https://github.com/healer-op/Netra-Core.git cd Netra-Core - Install dependencies:
npm install
- Run in development mode:
npm start
- Build for production:
Note: macOS builds require a macOS environment.
# Windows npm run build:win # Linux npm run build:linux
- Proxy: Netra starts a local DNS proxy that translates standard UDP DNS requests into encrypted HTTPS calls.
- DNS Management:
- Windows: Uses
netshto update interface DNS. - macOS: Uses
networksetupfor service-level updates. - Linux: Utilizes
resolvectl(systemd) ornmcli(NetworkManager).
- Windows: Uses
- Speed Test: Performs 3-sample download and 2-sample upload measurements against Cloudflare's edge nodes to calculate true network capacity.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the ISC License.
Created with ❤️ by HEALER-OP