🇵🇰Pakistan's 1st Autonomous AI IDE

Build with
AetherSync

AetherSync: Your 10x Autonomous AI Coding Engineer

100% local-first execution. Zero telemetry on your proprietary code.

Documentation macOS · Windows · Linux

Works with the frontier models you already pay for — and the local ones you don’t.

  • Anthropic Claude
  • OpenAI
  • DeepSeek
  • Google Gemini
  • Mistral AI
  • Ollama
  • Groq
  • Cohere
  • Together AI
  • Perplexity
  • xAI Grok
  • Amazon Bedrock
  • Azure OpenAI
  • Hugging Face
Inside the application

This is the actual desktop app.

Not a mockup and not a marketing render — these are live interactive simulations of AetherSync Desktop 0.1.0 running on Linux, in the light and dark themes it ships with.

The full editor, terminal and assistant in one frame.

Explorer, Monaco editor with real language services, an attached PTY terminal and the AI assistant docked on the right — the same window in dark and light, because the desktop app ships both themes.

  • Monaco editor core
  • Attached bash session
  • Docked AI assistant
A
AetherSync
/frontend
Search files, symbols & commands...Ctrl+P
Claude 3.7 Sonnet
Explorer: FRONTEND
frontend
public
src
App.jsx
About.jsx
index.css
Open FolderSelect project directory
● Git: mainUTF-8
index.css
About.jsx
App.jsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CMD (frontend)
PowerShell / CMD Active
- CMD [E:\DSA\New folder\portfolio\frontend] -
E:\DSA\New folder\portfolio\frontend> npm run dev
VITE v6.0.3 ready in 248 ms
-> Local: http://localhost:5173/
-> Network: use --host to expose
$
AI ASSISTANTACTIVE
AETHERSYNC AGENT

Hello! I am your AetherSync Autonomous Coding Agent. Ask me to refactor components, execute builds, or generate test suites.

AetherSync Desktop 0.1.0 — IDE Workspace
Interactive desktop simulator

Experience the AetherSync workspace live.

This is the real interface, running in the page. Browse the file tree, open local folders, switch views, run terminal commands, and prompt the AI assistant.

A
AetherSync
/frontend
Search files, symbols & commands...Ctrl+P
Claude 3.7 Sonnet
Explorer: FRONTEND
frontend
public
src
App.jsx
About.jsx
index.css
Open FolderSelect project directory
● Git: mainUTF-8
index.css
About.jsx
App.jsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CMD (frontend)
PowerShell / CMD Active
- CMD [E:\DSA\New folder\portfolio\frontend] -
E:\DSA\New folder\portfolio\frontend> npm run dev
VITE v6.0.3 ready in 248 ms
-> Local: http://localhost:5173/
-> Network: use --host to expose
$
AI ASSISTANTACTIVE
AETHERSYNC AGENT

Hello! I am your AetherSync Autonomous Coding Agent. Ask me to refactor components, execute builds, or generate test suites.

Capabilities

Everything the agent can reach, and where it stops.

Six subsystems, one shell. Follow the summary to jump straight to the part you care about.

01Autonomous coding

Hand the agent a goal, review a diff.

The agent reads the repository before it writes. It plans across files, applies edits as a reviewable diff and stops at every boundary you have not granted, so a refactor never becomes a surprise.

  • Repository-wide context, not single-file guessing
  • Multi-file edits staged as diffs you approve
  • Syntax and type checks run before the agent reports done

02Conversational pairing

Ask about the code you actually have.

Chat is grounded in the open workspace. Reference a file, a selection or a failing test and get an answer that cites the real source instead of a plausible invention.

  • Workspace-aware answers with file references
  • Switch model mid-conversation without losing context
  • Inline apply — accept a suggestion straight into the buffer

03Editor workspace

A full editor, not an assistant panel.

Tabbed buffers, a file tree, a command palette and multi-language syntax highlighting. The AI surfaces live beside the editor, so you never trade tooling for intelligence.

  • Command palette on Ctrl+P
  • Tabbed workspaces with per-file state
  • VS Code-grade editing behaviour

04Sandboxed terminal

Real shells, with a permission boundary.

AetherSync spawns native PTY sessions — PowerShell, CMD, Bash — with streamed output and live echo. The agent may propose a command; you decide whether it runs.

  • Native PTY with sub-100 ms local latency
  • Per-command permission prompts for agent-issued commands
  • Full scrollback, streamed as it happens

05Model routing

Seventeen providers, one credential store.

Point the agent at Claude, GPT-4o, DeepSeek R1, Gemini, Mistral or a local Ollama model. Keys are encrypted in the OS keyring and never leave the machine.

  • Bring your own API keys — no markup, no proxy
  • Local models via Ollama and Jan for full offline use
  • Per-task model selection instead of one global default

06Trust & permissions

Autonomy you can bound.

Every capability that touches your machine — file writes, shell execution, network calls — sits behind an explicit grant, scoped to the workspace you opened.

  • Workspace-scoped file access
  • Explicit grants for shell and network capabilities
  • Zero telemetry on source code, ever
Universal model ecosystem

Bring your own AI provider.

AetherSync is model-agnostic. Plug in your own API key or run local open-source models with zero vendor lock-in — 16 providers ship configured out of the box.

{ AVAILABLE PROVIDERS }

Select a provider to configure

Anthropic Claude

Deep reasoning, 200k context window, and industry-leading multi-file refactoring accuracy.

Full agent verified

Target endpoint

https://api.anthropic.com/v1/messages

Supported models

claude-3-7-sonnet-20250219claude-3-5-sonnetclaude-3-opus
Encrypted locally in the OS keyring
Deployment

Three ways to run it. All of them yours.

Privacy is an architecture decision, not a setting. Pick the mode that matches your threat model — the product behaves the same in each.

Local-first

The default

The editor, the agent runtime and the terminal all execute on your machine. Workspace state is written to disk, not to a server.

  • No code upload
  • No account required to edit
  • Works on a plane

Bring your own keys

Frontier models

Provider credentials are stored in the OS keyring and used to call the provider directly. Requests are not proxied, rate-limited or logged by us.

  • Direct provider calls
  • Keys encrypted at rest
  • No per-seat markup

Fully offline

Air-gapped

Point AetherSync at Ollama or Jan and it runs with no outbound network at all — the same agent loop against a model on your own GPU.

  • Ollama & Jan endpoints
  • Zero egress
  • Regulated-environment ready
Quickstart

Get started in under 60 seconds.

From download to your first autonomous refactor in four steps.

  1. 01

    Install AetherSync Desktop

    Download the standalone installer and run it. Setup registers shortcuts and the deep-linking protocol for browser sign-in.

    AetherSync-Desktop-0.1.0-x64.exe
  2. 02

    Authenticate, or paste a key

    Sign in with Google, GitHub or Discord through the browser portal — or skip accounts entirely and store provider keys locally.

    Settings → API Providers → Save secret key
  3. 03

    Open a project folder

    Press Ctrl+O to load a directory. The local sandbox indexes the file tree and prepares the integrated terminal.

    File explorer: frontend / backend / mobile
  4. 04

    Run an autonomous task

    Switch to the agent tab and prompt it to inspect files, run tests and apply multi-file edits — each step reviewable.

    "Refactor Navbar for dark mode & run build"
Our mission

Building the open, high-performance future of agentic coding.

AetherSync started from a simple conviction: AI developer tools should be fast, deeply autonomous and respectful of developer sovereignty. Engineers deserve an editor that pairs local execution speed with frontier model intelligence — without shipping their source to someone else’s cluster to get it.

Usman Farhan — Founder
Muhammad Usman FarhanFounder"Developer tools should serve the engineer, with zero compromise on privacy."
Meet the leadership team behind AetherSync
Local-first privacy
100%
Local PTY terminal latency
< 100 ms
Supported model providers
17

Measured on a local workspace with an Ollama model — zero network round trip in the loop.

Loved by Devs

AetherSync is popular among developers worldwide.

"AetherSync is the most beautiful code editor I've ever used. And it works as well as it looks. It's by far my best VSCode replacement right now."

A
Abdullah

"I am impressed with AetherSync. I've used competitors for a while now, I can confidently say AetherSync is my new favorite daily driver. Not only is it quick, it's stylish! I love the way it looks, refreshing to work in and extremely responsive."

J
Junaid

"AetherSync has already reached 2.0, with a brand new look and a big splash. One reason I like AetherSync is its gorgeous, thoughtful design. These nuanced details make it feel like a carefully crafted product."

A
Abbas

"My team has been using AetherSync for a month. It's been a pretty solid experience for the much bigger and more complex tasks where the agent actually understands our context. Productivity has gone way up."

A
Awais

"AetherSync is the most beautiful code editor I've ever used. And it works as well as it looks. It's by far my best VSCode replacement right now."

A
Abdullah

"I am impressed with AetherSync. I've used competitors for a while now, I can confidently say AetherSync is my new favorite daily driver. Not only is it quick, it's stylish! I love the way it looks, refreshing to work in and extremely responsive."

J
Junaid

"AetherSync has already reached 2.0, with a brand new look and a big splash. One reason I like AetherSync is its gorgeous, thoughtful design. These nuanced details make it feel like a carefully crafted product."

A
Abbas

"My team has been using AetherSync for a month. It's been a pretty solid experience for the much bigger and more complex tasks where the agent actually understands our context. Productivity has gone way up."

A
Awais

"I've been using AetherSync since they launched. Wow, they have one of the greatest developer experiences amongst IDEs and the productivity gain from the agent mode really makes me a 10x engineer. Great product."

M
Mubashir

"AetherSync is an AI-powered code editor that stands out for its pleasant interface and responsive features. The autonomous mode enables efficient development of complete projects."

A
Ahmad

"AetherSync enhances coding efficiency with smart autocompletion, making development faster and smoother!"

H
Hisham

"Writing code has never been that easier! AetherSync generates efficient code on the fly. A game-changer for my daily workflow."

M
Momina

"I've been using AetherSync since they launched. Wow, they have one of the greatest developer experiences amongst IDEs and the productivity gain from the agent mode really makes me a 10x engineer. Great product."

M
Mubashir

"AetherSync is an AI-powered code editor that stands out for its pleasant interface and responsive features. The autonomous mode enables efficient development of complete projects."

A
Ahmad

"AetherSync enhances coding efficiency with smart autocompletion, making development faster and smoother!"

H
Hisham

"Writing code has never been that easier! AetherSync generates efficient code on the fly. A game-changer for my daily workflow."

M
Momina

Build something
real in minutes

Get started for free

Install CLI
curl -fsSL https://... | bash
Download IDE
A