-
Notifications
You must be signed in to change notification settings - Fork 0
Home
dimentox edited this page Jan 28, 2026
·
1 revision
This guide covers the Extension (for your browser), the Handler (for desktop integration), and the CLI Tool (for terminal lookups).
Download the WitchbornCodex_Win_v1.0.zip (or the repository source zip) from the Official Release Page.
The extension allows your browser to detect and route ai:// and mcp:// links.
- Open Chrome, Edge, or Brave and go to
chrome://extensions. - Enable "Developer mode" in the top-right corner.
- Click "Load unpacked".
- Select the
chrome_extfolder from your extracted download. - Status: The "AI:// Links" extension is now active in your toolbar.
The Handler (codex-handle) is a background program that allows your operating system to open ai:// links directly into your browser or agents.
- Open the
release/WitchbornCodex_Win_v1.0folder. - Right-click
install_witchborn.batand select "Run as Administrator". - What this does:
- Creates an installation folder in
C:\Program Files\WitchbornCodex. - Registers the
ai://andmcp://protocols in the Windows Registry. - Adds the tools to your System PATH.
- Open Terminal.
- Navigate to the
installers/directory. - Run:
chmod +x osx.sh && ./osx.sh -
What this does: Creates a macOS App Bundle (
WitchbornCodex.app) to handle the protocols viaInfo.plistregistration.
- Open Terminal.
- Navigate to the
installers/directory. - Run:
chmod +x linux.sh && ./linux.sh -
What this does: Creates a
.desktopentry and registers thex-scheme-handlerforaiandmcpprotocols.
The CLI Tool allows you to resolve identities directly from your terminal or scripts.
-
Windows: Once the installer is finished, you can simply type
ailookupin any Command Prompt or PowerShell window. -
Linux/Mac: The
cxlookuptool is installed via the installation scripts.
Example Command:
ailookup ai://acme@webai
This will return the full record set or the machine-ready MCP endpoint for that identity.
To ensure everything is working correctly:
-
Browser Test: Type
ai://rootin your browser address bar and hit Enter. It should resolve to the Witchborn Governance page. -
Terminal Test: Type
ailookup ai://acmeto see the demo ACME identity zone file.
If you want to host your own node or registrar:
- The Registrar API code is located in the
server/directory. - Run the server using
main.py(Default port 9000). - Manage your identity zones by adding
.jsonfiles to theserver/zones/directory.