koi-net
Local network toolkit: service discovery, DNS, health monitoring, TLS proxy, and certificate mesh.
Overview
koi-net is the CLI binary for the Koi local network toolkit. It provides a
single daemon that combines mDNS/DNS-SD service discovery, a local DNS resolver,
HTTP/TCP health monitoring, a TLS-terminating reverse proxy, UDP datagram
bridging, and a zero-config private CA — all controllable via CLI commands or a
built-in HTTP API with an embedded dashboard.
Install
Download the prebuilt binaries from GitHub Releases for your platform, or build from source in the main workspace repository.
Usage
# Start the daemon (all capabilities enabled by default)
# Discover services on the network
# Register a service
# Initialize a private CA
# Start the local DNS resolver
# Open the web dashboard
Run koi --help for the full command reference.
Part of Koi
This is the binary crate of the Koi workspace. See the main repository for architecture details and the full crate inventory.
License
Licensed under either of Apache License, Version 2.0 or MIT License at your option.