| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| kgctl-windows-amd64.exe | 2026-03-04 | 34.2 MB | |
| kgctl-linux-arm64 | 2026-03-04 | 38.7 MB | |
| kgctl-linux-arm | 2026-03-04 | 39.6 MB | |
| kgctl-linux-amd64 | 2026-03-04 | 32.4 MB | |
| kgctl-darwin-arm64 | 2026-03-04 | 38.7 MB | |
| kgctl-darwin-amd64 | 2026-03-04 | 40.7 MB | |
| 0.7.0 source code.tar.gz | 2026-03-03 | 9.6 MB | |
| 0.7.0 source code.zip | 2026-03-03 | 13.6 MB | |
| README.md | 2026-03-03 | 1.3 kB | |
| Totals: 9 Items | 247.5 MB | 1 | |
Version 0.7.0 of Kilo introduces several productionization improvements that fix Kilo's behavior in real-world deployments, notably including a re-written Cilium compatibility layer, correctly setting default sources for routes, and improved detection of private IPs. Thank you @kvaps for contributing so many features and improvements to this release!
0.7.0 includes the following changes:
enhancement: a re-written Cilium compatibility layer that enables complete routability of IPs known to Kilo https://github.com/squat/kilo/pull/409
fix: use the node's private IP as the default source for routes https://github.com/squat/kilo/pull/408
fix: permit allowed location IPs to overlap with other Kilo IPs in certain conditions, avoiding mistaken rejection of IPs https://github.com/squat/kilo/pull/404
feat: introduce a new --internal-cidr flag to improve detection of node private IPs https://github.com/squat/kilo/pull/403
fix: switch userspace manifests to wireguard-go to eliminate failures in due to bugs in BoringTun: https://github.com/squat/kilo/commit/4506a42193fff7024a920a509a996564fcac9efa
enhancement: allow kgctl to automatically detect the system's hostname when using the connect command https://github.com/squat/kilo/pull/381