VisExtension Center

Getting started

Vis is a coding agent that combines tools into Python programs. It can chain operations, run them in parallel, and inspect results before deciding what belongs in the conversation.

Install · First session · Configuration

Install

On macOS or Linux, run:

curl -fsSL https://github.com/Blockether/vis/releases/download/installer/install-vis-agent | bash

Public beta apps. Connect them to your Vis gateway: pairing instructions.

You can read the installer before running it. It installs the stable native engine, bundled Python and terminal client in ~/.local/bin. Installation requires curl and tar, not Java or Git. Use the installer's --jvm option only for source development.

For runtime options and manual setup, see Runtime distributions.

First session

Open a terminal in your project and start Vis:

cd /path/to/project
vis-agent
  1. Add a provider in the provider picker and follow its sign-in instructions.
  2. Select a model.
  3. Enter a task, such as “Explain how this project is organized.”

Use an API key or a supported provider account. You can also connect a local model through Ollama or LM Studio. See Providers and models for setup details.

Vis can modify files and run commands in your workspace. Review its changes before committing them. Process jail and network policy explains filesystem and network permissions.

Work with a project

Update

vis-agent update

To check which runtime is installed, run vis-agent runtime.

Learn more

Guides

Extensions

Concepts

Reference