Download Evidype for VS Code

Evidype is available as a free VS Code Marketplace extension. The fastest path is the VS Code Marketplace install. If you are new to VS Code extensions, follow the steps below in order.

You need: VS Code, Node.js, and OpenAI or OpenRouter access.

How to install it

Step 1

Download VS Code

If you do not already have Visual Studio Code, install it first. Evidype works as an extension inside VS Code.

Step 2

Open VS Code and click Extensions

Start VS Code and click the Extensions icon in the left sidebar. This opens the place where you install extensions.

Step 3

Search for “Evidype”

Use the search box in Extensions and type Evidype. Look for the extension named Evidype.

Step 4

Install the extension

Click Install in VS Code, or open the official extension page directly from this button.

Step 5

Select a model or model provider

After installation, open the Evidype panel and choose the AI model or provider you want to use.

Step 6

Describe your project

Tell Evidype what you want to build in normal language. Once you describe the project, it can start helping right away.

Data and security basics

AI coding tools deserve a direct data story. Evidype keeps API keys locally in VS Code secret storage. Evidype does not log your prompts or code on Evidype servers, because provider requests do not touch Evidype servers unless you explicitly configure a server-mediated feature.

  • OpenRouter API keys are stored locally by the extension, not on Evidype servers.
  • OpenAI sign-in credentials are stored locally by the extension through VS Code secret storage.
  • When you ask the extension to use OpenAI or OpenRouter, the relevant prompt, selected context, and generated code are sent to that provider so the model can answer.
  • The extension does not send prompts, source code, or API keys to Evidype servers by default, and does not use Evidype-hosted prompt/code telemetry by default.
  • It does not phone home to Evidype servers by default; it contacts configured model providers and normal VS Code or Marketplace services unless you explicitly configure a server-mediated feature.

What this page is for

This page is the simple installation guide. The technical explanation of core rules stays in the documentation.

Ready to start?

Download the extension, install it in VS Code, and then describe your project.

View the language source

The extension is free to install, but its source code is closed, as opposed to the language itself. Follow the public EvidyTS compiler/dialect repository, or open an issue on GitHub. This is not the closed-source VS Code extension repository.