How to install and run each AgentNet surface (app). Pick the one you want.
| Surface | What it is | Install |
|---|---|---|
| Android app | The phone app — runs the agent on your subscription, on-device. | Download the latest APK |
| VS Code extension | The desktop extension — the agent inside your editor. | VS Code Marketplace (guide) |
| CLI | The terminal surface. | npm install -g @iqlabs-official/agentnet-cli (guide) |
Install the app straight from the release: android-latest. Download the APK to your phone and open it. No build tools, no Android Studio.
Building from source instead (developers): see android.md — the dev / debugging build guide.
The VS Code extension is on the Marketplace and the CLI installs from npm (
@iqlabs-official/agentnet-cli). Android currently ships as the APK release above; store listings (Seeker store, Google Play) are in progress.
AgentNet is one codebase, many surfaces (Android, VS Code, a local web server). They share the same core; each guide here is just how to install and launch that one surface.