Skip to content
New in 1.3.0 · built-in Wandrounik VPN

The agentic dev environment
for local LLMs

Build with one agent or automate repeatable work with a team. Ascora ADE reads your code, searches the web, edits files, runs commands, and keeps its tools and changes visible — powered by local models, CLIs, APIs, or the web chats you already use.

LM Studio · Ollama · OpenRouter · OmniRoute · Codex · Copilot · Claude Code · Gemini CLI · GLM — or signed-in ChatGPT, Claude, Gemini, Grok, DeepSeek, Qwen, Alice & Mistral web chats.

Ascora ADE — interactive demo
Loading the interactive ADE…

One agent, every backend — local models, CLIs, or the web chats you already use

LM Studio

Local · OpenAI-compatible

Ollama

Local · OpenAI-compatible

OpenRouter

Cloud API · many models

OmniRoute

Managed gateway · 256 providers

Codex CLI

OpenAI · sandbox controls

GitHub Copilot CLI

Device login · reasoning

Claude Code

Opus · Sonnet · Haiku

Gemini CLI

Google · gemini

GLM / ZCode

Zhipu & friends

Ascora WProvider

Web chats · no API key
Blueprint automation studio

Design the work once. Let a team run it.

Blueprints turn several WProvider agents and practical actions into a reusable visual workflow. Branch on results, wait for branched work to converge, repeat a review loop, then deliver the outcome — manually or on a schedule.

Agent
File
Command
HTTP
Telegram
Webhook
Delay

Graph routing, not a rigid chain

Fan out to every matching route, fan in after every predecessor finishes, and branch on success, failure, fallback, contains, or equality. Organize the canvas with sticky notes, pan, zoom, and fit-to-view.

Visual canvas · Graph or List

Bounded agents and feedback loops

Enable agent mode globally or per step for a bounded tool loop. A dedicated Repeat input creates a controlled reviewer/fixer path with 2–20 passes.

web_search · web_fetch · project tools

Run, schedule, audit, and connect

Start manually or at a minute interval, follow every action and tool call in the live log, or connect several scenarios to one shared prompt in Blueprint Hub.

Hub · Telegram · HTTP · webhooks

Everything an IDE should be

A full development environment, with an agent inside it

Agentic editing

It edits the code — you stay in control

The built-in agent loop reads, plans, edits, runs, and verifies. In Ask mode it pauses on proposed writes and commands so you can inspect the inline diff or output; Auto-apply continues without each prompt. CLI agents follow their selected sandbox or permission profile.

  • Reviewable inline diffs in the built-in tool loop
  • “Ask before changes” or “Auto-apply” for the built-in loop
  • Provider-specific sandbox and permission controls for CLI agents
  • A running tally of every file the task touched
Edit filesrc/theme.ts+12-3needs review
export function useTheme() {
- const [t] = useState('light')
+ const [t, setT] = useState(stored ?? 'system')
+ useEffect(() => persist(t), [t])
}
Approve Reject
Bring your own model

Private by default, on the models you choose

Ascora ADE speaks to local LLMs through the OpenAI-compatible APIs of LM Studio and Ollama, and to hosted models through OpenRouter. Prefer a CLI agent? Codex, GitHub Copilot, Claude Code, Gemini CLI, and GLM/ZCode all plug in. Pick a backend per chat; network-capable providers and tools are always an explicit choice.

  • Local model requests stay on your machine with LM Studio or Ollama
  • OpenRouter plus Codex, Copilot, Claude, Gemini, and GLM CLIs
  • Each chat remembers its own model — pin one per task
Agent backend
LM Studioqwen2.5-coder-7b
Ollamallama3.1
OpenRouteropenrouter/auto
Claudesonnet
Gemini CLIgemini
Ascora Webchatgpt · claude
Connected · runs on your machine
OpenRouter cloud backend

One API key, your OpenRouter model catalog

Enable OpenRouter in Agent backend settings, save the API key locally, refresh the available models, and pin the right one to each task. Ascora ADE keeps the same provider and model across the coding loop, Git helpers, and usage analytics.

  • Saved API key with normalization for Bearer and Authorization values
  • Live model refresh, streaming chat, and clear connection diagnostics
  • Per-task model pinning with openrouter/free available by default
OpenRouter
Cloud · OpenAI-compatible
Connected
Provider accessEnabled
sk-or-v1-••••••••••••••••Saved locally
Model for this task
openrouter/free
Pinned to “Refactor auth flow”
Live catalogRefresh models anytime
Streaming readyChat, Git, analytics
New in 1.3.0 · Wandrounik VPN

Protect the connection without leaving your IDE

Ascora ADE 1.3.0 adds a built-in VPN workspace with live public IP and country, server health, load, measured latency, protocol choice, and traffic usage. Windows builds bundle both VPN engines; Linux uses the system WireGuard or OpenVPN packages.

  • WireGuard and OpenVPN are bundled on Windows — no separate install
  • Automatic best-server mode, plus manual server selection on Premium
  • Anonymous access includes a locally enforced 100 MB daily allowance
Wandrounik VPN
Connected
Amsterdam · WireGuard
Public IP185.•••.•••.42
ProtocolWireGuard
Traffic today36.4 MB
Available serversAutomatic best server
NLAmsterdam31 ms latency24% load
DEFrankfurt43 ms latency37% load
FIHelsinki52 ms latency18% load
Anonymous daily allowance36.4 / 100 MB
Ascora WProvider

Turn supported web chats into coding agents — no API key

WProvider drives a supported provider’s web chat as an agent backend inside a hidden browser window. Sign in once and Ascora ADE types each turn into the site’s composer, reads the reply back, and runs tools on your project. Usage remains subject to that service’s plan, limits, and terms.

  • Use ChatGPT, Claude, Gemini, Grok, DeepSeek, Qwen, Alice & Mistral as agents
  • Sign in once; the session persists in its own partition
  • Full tool use and streaming — even works over SSH
Ascora WProvider — web chats
ChatGPTchatgpt.com
Claudeclaude.ai
Geminigemini.google.com
Grokgrok.com
DeepSeekchat.deepseek.com
Signed in · no API key needed
Thinks out loud

Search the codebase — and the web

Follow the agent’s thought process while it reads files, searches the workspace, reaches the web, edits code, and runs commands. Each call appears in a visible tool card; command cards show captured output and exit status when the process finishes.

  • Read-only web_search and web_fetch with bounded page text
  • Ripgrep-style regex, glob, context, and case-sensitive search
  • Tool cards with output, diffs, exit codes, tokens, and time
Add a dark-mode toggle to the settings page
Thought process3.2k tokens · 4s
web_searchprefers-color-scheme accessibility4 results
search_filesuseTheme · **/*.tsx · context 29 matches
Run commandnpm testdone
Assistant — Done. I added a ThemeToggle and wired it to persisted settings. Tests pass.
Integrated terminal

A project shell, right where you work

Run ordinary shell commands, builds, tests, and scripts without leaving the workspace. The xterm.js interface streams output from the platform shell, while the agent can run commands and report their exit status too.

  • Interactive line-oriented shell inside the workspace
  • Copy with Ctrl/Cmd+C or right-click
  • No full-screen TUI or mid-command stdin support
Terminal
app npm run build
vite v6 building for production…
✓ 412 modules transformed
✓ built in 1.84s
app
Git, built in

Read every change, not a wall of diff text

A source-control panel lives beside the editor: stage files, inspect a Monaco-powered syntax-highlighted diff, switch branches, commit, and push without a separate app. Let the agent read your staged changes and draft the commit message for you.

  • Language-aware unified diffs with old/new line gutters
  • Per-file +added / −removed stats and binary badges
  • AI-written commit messages from your staged diff
  • Readable split layout with the file list always in view
Source controlfeat/theme-toggle3 staged
Mtheme.ts
+12 −3
Msettings.tsx+8 −1
AThemeToggle.tsx+41
src/theme.ts+12 −3
18 18export function useTheme() {
19 —const mode = 'light'
— 19const mode = stored ?? 'system'
— 20return applyTheme(mode)
20 21}
AI commit message
feat: add persisted dark-mode toggle to settings
Commit Push

Monaco editor

The same editor that powers VS Code, bundled and fully offline.

SSH terminals

Drive remote hosts from the same agent loop over SSH — each host keeps its own chats.

Background tasks

Agent runs keep progressing when you switch tasks, and restore their live state.

In-app updates

An Update badge opens the full changelog and a one-click download.

Live preview

Built-in live server renders your HTML as you change it.

Analytics that explain usage

Estimate API cost, follow model share over 12 weeks, and spot work patterns on an hour heatmap.

Six interface languages

English, Russian, Ukrainian, German, French, and Italian are available from the rail.

Attach files & images

Drop files or images into a prompt and the agent works with them directly.

A model per chat

Every task pins its own model and provider, restored when you reopen it.

Drag-and-drop files

Reorganize the Explorer tree by dragging files and folders into place.

Your code, your machine

Local model requests stay local; hosted providers, web tools, and network Blueprint actions are explicit choices.

Dockable panels

A VS Code-style layout you can split, stack, and re-dock.

Web research tools

Search the web and fetch readable page text without handing an agent a full browser.

Search that scales

Combine regex, globs, case matching, and surrounding context across local or SSH workspaces.

Archive, inspect, restore

Open archived conversations read-only, then restore the task with one click when you need it.

Workspace names, your way

Rename a project inline from the rail without changing its underlying folder path.

From prompt to pull request

Four steps, no context switching

01

Open a project

Point Ascora ADE at any folder. It indexes the tree and connects to your chosen model.

02

Describe a task

Ask in plain language — “add a dark-mode toggle”, “fix the failing test”, “refactor this”.

03

Review the diff

The agent plans and proposes edits. Inspect each change as a clear, reviewable diff.

04

Apply with confidence

Approve to write to disk, or let Auto-apply run the whole task end to end.

Start building with your own models

Free to download. Install Ascora ADE, point it at a project, and ship your first AI-assisted change in minutes.

view the changelog
Questions

Frequently asked