@lomux/lomux
v0.3.0
Published
Universal local AI gateway — route any coding agent through GitHub Copilot
Downloads
13
Readme
lomux
Use your GitHub Copilot subscription with Cline, Codex, and Claude Code.
Installation
npm install -g lomuxSupported Platforms
| Platform | Architecture | npm Package |
| -------- | ------------ | -------------------- |
| macOS | arm64 | @lomux/darwin-arm64 |
| macOS | x64 | @lomux/darwin-x64 |
| Linux | x64 | @lomux/linux-x64 |
| Linux | arm64 | @lomux/linux-arm64 |
| Windows | x64 | @lomux/win32-x64 |
How it works
When you run lomux, the shim:
- Detects your platform and resolves the matching
@lomux/<os>-<arch>optional dependency - Runs the native binary directly — no Deno runtime required
- If no platform binary is available, falls back to
deno run jsr:@lomux/lomux(requires Deno installed) - If neither is available, prints an error with a link to manual download
Manual Download
Download pre-built binaries from the GitHub Releases page.
