{"id":48437773,"url":"https://github.com/osesem/twinbird","last_synced_at":"2026-04-07T15:00:39.860Z","repository":{"id":348336381,"uuid":"1197592566","full_name":"OseSem/twinbird","owner":"OseSem","description":"Run multiple NetBird instances on a single machine with isolated configs, sockets, and interfaces","archived":false,"fork":false,"pushed_at":"2026-04-06T12:36:31.000Z","size":49,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-06T14:43:40.319Z","etag":null,"topics":["cli","multi-instance","netbird","python","vpn","wireguard"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/twinbird/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OseSem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"OseSem"}},"created_at":"2026-03-31T17:54:11.000Z","updated_at":"2026-04-06T12:36:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/OseSem/twinbird","commit_stats":null,"previous_names":["osesem/twinbird"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/OseSem/twinbird","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OseSem%2Ftwinbird","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OseSem%2Ftwinbird/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OseSem%2Ftwinbird/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OseSem%2Ftwinbird/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OseSem","download_url":"https://codeload.github.com/OseSem/twinbird/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OseSem%2Ftwinbird/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31516839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","multi-instance","netbird","python","vpn","wireguard"],"created_at":"2026-04-06T14:03:33.087Z","updated_at":"2026-04-07T15:00:39.724Z","avatar_url":"https://github.com/OseSem.png","language":"Python","readme":"# twinbird\n\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n![PyPI - Version](https://img.shields.io/pypi/v/twinbird)\n![PyPI - Downloads](https://img.shields.io/pypi/dm/twinbird)\n\n\nManage multiple [NetBird](https://netbird.io) instances on a single machine with isolated configs, daemon sockets, and WireGuard interfaces.\n\n## Install\n\n```bash\nuv tool install twinbird\n```\n\nor\n\n```bash\npip install twinbird\n```\n\n## Usage\n\n```bash\n# Start a named instance\ntwinbird up office --management-url https://mgmt.example.com --setup-key YOUR_KEY\n\n# Check status\ntwinbird status office\n\n# List all instances\ntwinbird list\n\n# Stop an instance\ntwinbird down office\n```\n\n### Environment Variables\n\nInstead of passing flags every time:\n\n```bash\nexport TWINBIRD_MANAGEMENT_URL=https://mgmt.example.com\nexport TWINBIRD_SETUP_KEY=YOUR_KEY\ntwinbird up office\n```\n\n| Variable | Purpose |\n|---|---|\n| `TWINBIRD_MANAGEMENT_URL` | Default management URL |\n| `TWINBIRD_SETUP_KEY` | Default setup key |\n| `TWINBIRD_NETBIRD_BIN` | Path to netbird binary (default: `netbird` on PATH) |\n| `TWINBIRD_CONFIG_DIR` | Override root config directory |\n\n## How It Works\n\nEach named instance gets:\n- Its own config directory (`~/.config/twinbird/\u003cname\u003e/` on Linux, `%APPDATA%/twinbird/\u003cname\u003e/` on Windows)\n- A unique daemon socket address (Unix socket on Linux/macOS, TCP port on Windows)\n- A unique WireGuard interface name (`wt\u003cN\u003e` on Linux, `utun\u003cN\u003e` on macOS)\n\nTwinbird starts a separate `netbird service run` daemon per instance, then connects with `netbird up` — all fully isolated from the primary NetBird installation.\n\n## Requirements\n\n- [NetBird](https://netbird.io) installed and on PATH\n- Python 3.10+\n\n## License\n\nMIT\n","funding_links":["https://github.com/sponsors/OseSem"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosesem%2Ftwinbird","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosesem%2Ftwinbird","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosesem%2Ftwinbird/lists"}