Skip to content
Birditch edited this page May 1, 2026 · 2 revisions

NetMedic Wiki

NetMedic is a cross-platform DNS and network connectivity doctor. Windows has the full repair backend today, while macOS and Linux support is available as a pure-Python package/runtime preview with DNS-mutating backends in progress.

NetMedic 是一个跨平台 DNS 与网络连通性诊断/修复工具。Windows 目前具备完整修复后端,macOS / Linux 已支持纯 Python 包安装和运行时预览,DNS 写入后端正在推进。

Language

Project

Item Value
Repository Birditch/NetMedic
Current package version 1.0.1b1
Display version 1.0.1 preview beta1
License MIT
Platforms Windows 10 / 11, macOS 12+, Linux

Quick Start

git clone https://github.com/Birditch/NetMedic.git
cd NetMedic
python run.py

python run.py opens the interactive launcher. Direct CLI commands are also available:

python run.py check
python run.py recommend
python run.py force-doh
python run.py status
python run.py restore

About the Wiki Tab

The repository is public, but GitHub Wiki is still controlled by a separate repository setting. The repository previously had:

{
  "visibility": "public",
  "has_wiki": false
}

That meant the Wiki feature was disabled in repository settings. It has now been enabled.

Clone this wiki locally