Continue is a free, open source ai assisted coding project written in TypeScript and released under Apache-2.0. It has 35,946 GitHub stars, 5,395 forks and 951 open issues, and was last pushed 36 hours ago. On this registry it ranks #8 of 24 tracked projects in AI Assisted Coding, with 5 head-to-head comparisons available. It gained 63 stars over the last 6 tracked days.

What is Continue?

What it is

Continue is an open-source coding agent designed to assist developers directly within their IDE or terminal. It operates as a CLI tool, VS Code extension, and JetBrains plugin, enabling natural-language interaction with codebases to generate, edit, and explain code. The project lives in the AI-assisted developer tools ecosystem and is built with TypeScript under the Apache-2.0 license.

The project solves the problem of fragmented AI coding assistance by offering a unified, local-first agent interface that integrates with multiple development environments. It removes reliance on proprietary tooling by providing a self-hostable, transparent alternative for code generation and refactoring tasks.

Key capabilities

  • Execute natural-language code edits via slash commands in the IDE or terminal
  • Support for custom configuration via config.json to define models, tools, and prompts
  • Run as a standalone CLI using @continuedev/cli for terminal-based workflows
  • Integrate with VS Code via extension marketplace and OpenVSX registry
  • Provide JetBrains integration via plugin, though the CLI is recommended over the plugin
  • Remove anonymous telemetry and authentication in the final 2.0.0 release for privacy and simplicity
  • Support extensibility through custom tools and model configurations

Who uses it and how

  • Developers use the CLI to run code generation and refactoring tasks directly in terminal sessions
  • VS Code users install the extension to trigger agent actions via Ctrl+L or / commands in the editor
  • Teams self-host Continue to avoid external API dependencies and maintain control over model usage
  • Contributors extend the agent by modifying the TypeScript codebase or adding custom tools
  • JetBrains users deploy the plugin for in-IDE assistance, though migration to the CLI is recommended

Getting started

Install the CLI via npm install -g @continuedev/cli, or install the VS Code extension from the marketplace or OpenVSX. The JetBrains plugin is available via GitHub releases. Configuration begins with generating a default config.json file.

When to use it — and when not to

Continue is suitable for developers seeking a privacy-focused, self-hostable coding agent with CLI and IDE integration. It replaces paid tools by offering similar core capabilities without subscription fees, but requires local setup of models and dependencies. Users must manage model access (e.g., via OpenAI, Anthropic, or local LLMs) and may need to configure storage or network access depending on use case. The project is no longer actively maintained and is read-only, limiting future feature development or bug fixes.

project readme (upstream, from github) — read inline

Continue

Pioneering open-source coding agent

What is Continue?

Note: The continuedev/continue repository is no longer actively maintained and is read-only for all users.

Continue is a coding agent available as a CLI, VS Code extension, and JetBrains plugin.

Documentation

To learn how to configure Continue, how it works, and how to customize it, check out the Continue Docs.

Final 2.0.0 Release

We polished Continue and did a final 2.0.0 release of the VS Code extension, CLI, and JetBrains plugin.

This included removing anonymous telemetry, pulling out authentication, squashing bugs, and more.

VS Code

VS Code Marketplace OpenVSX Registry View source

CLI

npm View source

JetBrains

Note: We recommend using the Continue CLI instead of the JetBrains plugin.

GitHub Releases View source

Contributors

Thank you to the entire Continue community for helping us create a pioneering coding agent.

What we built together pushed the boundaries of what AI developer tooling could be.

We hope this codebase continues to serve as a foundation for others.

Code friends

License

Apache 2.0 © 2023-2026 Continue Dev, Inc.

Frequently asked questions

Is Continue free to use?

Continue is open source under the Apache-2.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does Continue do?

Open-source coding agent for your IDE and terminal

What is Continue written in?

Continue is primarily written in TypeScript. Its source is publicly available at https://github.com/continuedev/continue, and it has 35,946 GitHub stars.