GET STARTED

Install Agentic. Keep extensions under your control.

Use the stable Agentic install channel and common configuration paths below. Continue to use OpenCode's official docs for providers, models, permissions, MCP and the standard plugin API.

STEP 01

Install the CLI

npm install --global @chunklib/agentic
agentic --version

npm is the portable installation path. Platform-specific CLI releases are also available with checksums.

STEP 02

Native configuration

~/.config/agentic/agentic.json
~/.config/agentic/agentic.jsonc

Projects can use `.agentic/`; compatible `.opencode/` configuration remains readable where supported.

STEP 03

Project instructions

AGENTS.md

Use the upstream-standard file name. Global, project-root and nested rules combine by access scope; there is no `AGENTIC.md` alias.

STEP 04

Start ACP

agentic acp

JetBrains and other ACP-capable IDEs can launch this command without a separate JetBrains plugin.

OPTIONAL PLUGIN

Optional plugin registration

This configuration registers an optional plugin; it does not make Flow an Agentic default. Read the plugin documentation before enabling it and keep permissions scoped to the project.

{
  "plugin": [
    "@chunklib/agentic-flow"
  ]
}

SOURCE OF TRUTH

Documentation ownership

Agentic docs

Release assets, install paths, Desktop, branding and Agentic-specific behavior.

OpenCode docs

Providers, models, agents, commands, tools, permissions, MCP, plugins and SDK APIs.

Plugin docs

Each plugin's installation, configuration, upgrades, data handling, permissions and compatibility range.