Skip to main content

Lanweave

CI License Latest release

Lanweave logo

Lanweave is a local-first, open-source toolkit for managing and observing UniFi Network controllers. It turns a controller into a small, reviewable GitOps project without requiring a cloud service.

The name is intentionally independent from the controller vendor. Lanweave is not affiliated with, endorsed by, or sponsored by Ubiquiti Inc. UniFi is a trademark of Ubiquiti Inc.

Why Lanweave?

Lanweave is aimed at operators who want a safe middle ground between clicking through a controller UI and adopting a complete infrastructure platform:

  • declare networks and WLANs in YAML;
  • validate locally before contacting the controller;
  • inspect a deterministic, redacted plan;
  • apply only after explicit confirmation;
  • export a portable configuration without Wi-Fi passwords;
  • capture a local, secret-redacted backup;
  • expose the same read-only views to an MCP-compatible AI client.

The CLI is the primary interface. MCP is an optional read-only adapter, not a requirement and not a write path around the plan safety boundary.

Status

Lanweave 0.2.0 is the stable local-first profile release. It is tested against simulated controller responses, with read-only and authorized mutation evidence on one designated UniFi OS controller. It targets the classic local UniFi Network API used by self-hosted UniFi Network applications and UniFi OS consoles; see compatibility and the apply recovery model for the exact scope, tested matrix and partial-failure behavior. The frozen public surfaces are described in contracts.

Supported resource families in this release:

  • networks;
  • WLANs, including references to environment-provided passwords;
  • local controller/site profiles with explicit target selection;
  • controller health, devices and clients;
  • redacted snapshots of common operational endpoints.

Firewall, DNS, NAT, VPN and device mutation workflows are deliberately not included yet. They need their own fixtures, dependency rules and rollback story before being safe to expose.

Quick start

Requires Python 3.11+ and uv. Install the stable package from PyPI with:

uv tool install lanweave==0.2.0
lanweave --version

For a checkout and development environment:

uv sync --extra dev
uv run lanweave init
cp .env.example .env
uv run lanweave validate

See release verification for checksums, provenance and attestation verification.

Edit config/network.yaml and provide secrets only through the environment:

wlans:
  - name: Home
    ssid: Home
    network: Home
    security: wpapsk
    password_env: WIFI_HOME_PASSWORD

Use a local API key when possible. TLS verification is enabled by default; set UNIFI_VERIFY_TLS=false only when the controller's certificate cannot be verified and the risk is understood.

Command surface

lanweave init                    # create a generic config
lanweave doctor                  # check credentials and TLS settings
lanweave doctor --check          # also perform one health request
lanweave validate                # validate YAML locally
lanweave profiles list           # list sanitized local targets
lanweave profiles validate       # validate profiles without contacting UniFi
lanweave export --out live.yaml # export secret-free desired-state YAML
lanweave plan                    # show create/update/delete operations
lanweave plan --output json      # machine-readable, redacted plan
lanweave apply                   # interactive, explicitly confirmed apply
lanweave apply --yes             # non-interactive apply after review
lanweave backup                  # write a 0600 redacted local snapshot
lanweave status                  # health and device summary
lanweave clients --filter phone  # connected-client view

--prune is opt-in. It never targets the controller's WAN or Default network, and it requires a separate DELETE confirmation in interactive mode. Non-interactive mutation requires --yes; there is no implicit apply. If an apply stops part-way through, review a fresh plan before retrying; see apply recovery.

MCP adapter

Install the optional dependency and run the server over local stdio:

uv sync --extra mcp
uv run lanweave-mcp

The server exposes health, devices, clients, secret-free export, local validation and redacted planning. It intentionally exposes no apply or delete tool. A desktop MCP client should launch lanweave-mcp from this checkout (or from the installed package) with the required UNIFI_* environment variables. The tool names, parameters and error codes are frozen in the MCP contract.

Configuration and credentials

Copy .env.example to .env, or export the variables in the process environment. .env is ignored by Git. API keys provide read-only access to the local Integration API; username and password session authentication are required for declarative mutations.

Lanweave rejects literal WLAN passwords in YAML and refuses unresolved op://... secret-manager references. This keeps the public configuration portable and makes the secret boundary explicit.

Development

uv sync --extra dev --extra mcp
uv lock --check
uv run ruff check .
uv run ruff format --check .
uv run pytest
uv build

Unit tests use simulated HTTP responses and never need a real controller. Hardware compatibility tests must run against disposable or explicitly designated controllers. See contributing, security and the design notes.

License

Apache-2.0. See LICENSE.

Project links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lanweave-0.2.0.tar.gz (121.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lanweave-0.2.0-py3-none-any.whl (34.1 kB view details)

Uploaded Python 3

File details

Details for the file lanweave-0.2.0.tar.gz.

File metadata

  • Download URL: lanweave-0.2.0.tar.gz
  • Upload date:
  • Size: 121.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for lanweave-0.2.0.tar.gz
Algorithm Hash digest
SHA256 f31c35d8b94904e7ce97cff1306993e6fce1992bd8ae5d20d01458965c65008d
MD5 c7156f56df2158b4ac6bc0f0f52cd681
BLAKE2b-256 833dc1296e37bcb1ebf4aed0752b7fe8a813c6e4261b137cde19aaebac0a4eec

See more details on using hashes here.

Provenance

The following attestation bundles were made for lanweave-0.2.0.tar.gz:

Publisher: release.yml on Opperiesen/lanweave

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lanweave-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: lanweave-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 34.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for lanweave-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e8966d7b175ee51a73b7d680cf92ea7d36004d5cedc6742ab1e9adb78cbd2c40
MD5 3d874c701bc0f07afd6d118cdc335d48
BLAKE2b-256 d03a558616eeced456bbb5ba79bc04e91723051d0b2348ce3c9829590bbf0416

See more details on using hashes here.

Provenance

The following attestation bundles were made for lanweave-0.2.0-py3-none-any.whl:

Publisher: release.yml on Opperiesen/lanweave

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page