You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **This repository is experimental.** It is under active development, may change significantly without notice.
15
+
> **This repository is alpha software.** It is under active development and may change significantly without notice.
5
16
6
17
A CLI launcher for coding agents preconfigured to work with [Aperture](https://aperture.tailscale.com). It manages installation, configuration and environment variables that make using multiple providers and models very easy.
7
18
@@ -11,6 +22,8 @@ A CLI launcher for coding agents preconfigured to work with [Aperture](https://a
On first run, `aperture` will attempt to connect to `http://ai`. If it cannot reach that host, it will prompt you to configure an Aperture endpoint.
34
47
48
+
### Bridge mode
49
+
50
+
Bridge mode lets Aperture CLI reach an Aperture endpoint through an embedded Tailscale node. Only the Aperture CLI proxy appears on the tailnet; the rest of the machine does not need the full Tailscale client installed or connected to that tailnet.
51
+
52
+
This is useful on machines where installing Tailscale is not practical, where Aperture needs to work alongside another VPN, or where you need to switch tailnets while continuing to use a single Aperture instance.
53
+
54
+
To use bridge mode:
55
+
56
+
1. Open `Settings`, then open `Bridges` and press `a` to add a bridge.
57
+
2. Go back to `Settings`, then open `Aperture Endpoints` and press `a` to add an endpoint.
58
+
3. Choose `Bridge`, select the bridge you created, then enter the Aperture URL.
59
+
4. Select the bridged endpoint so it becomes active.
60
+
5. Follow the Tailscale login prompt for the bridge.
0 commit comments