v0.2.0 is here / Built for Linux

Big ideas.
Meet better
code.

Your code, your AI, your next big thing. An editor that brings codebase context, native analysis, and hands-on building into one workspace.

Debian & Ubuntu · x86_64 · No account needed to download

Native C++ engine Workspace permissions
commerce / orders.jsINTERACTIVE DEMO
src / services / orders.js
export function totalsByUser(users, orders) {  // Index once. Look up in constant time.  const totals = new Map(    users.map(user => [user.id, 0])  );   for (const order of orders) {    if (totals.has(order.userId)) {      totals.set(        order.userId,        totals.get(order.userId) + order.amount      );    }  }   return totals;}
TERMINAL~/commerce

rg -n "totalsByUser" src

src/services/orders.js:1

LAMIED AGENT

Read the context · locating related code

Illustrative workflow · not a live benchmark
Context. Code. Checks. All in one place.

YOUR WORKFLOW. YOUR MODEL.

OpenAIAnthropicGoogle GeminiGroqNVIDIALocal models
Provider integrations, not endorsements. API access and usage depend on your provider.

BUILT AROUND YOUR FLOW

Less context switching.
More forward motion.

From the first unfamiliar file to the next meaningful change. Keep the tools you need close to the code.

01

See every addition. Track every deletion.

Follow code changes with green additions, red deletions, line counts, and collapsible diffs alongside the assistant's work.

VISIBLE CODE CHANGES
02

From local project to GitHub.

Sign in, create a public or private repository, stage changes, commit, and push. Progress stays visible while publishing.

GITHUB IN YOUR WORKFLOW
03

Understand the effect of a change.

Behavior review groups saved changes by likely app behavior and suggests checks before staging. Open the diff when you need the detail.

BEHAVIOR REVIEW
01

Understand

Explore files, symbols, and the code around your task.

02

Build

Ask for a focused change and inspect the work as it happens.

03

Verify

Run your checks, read the logs, and review the result.

MAKE THE CHANGE. SEE THE DIFFERENCE.

Every line counts.
Every change is visible.

Follow your assistant's work as it happens. Green additions, red deletions, and collapsible file diffs make the next review easier to follow.

  • The details, when you want them.

    See what changed at a glance. Expand a file for the code, then fold it away to keep reading.

  • Your project. Published to GitHub.

    Sign in, create a public or private repository, commit, and push. Follow the progress right in the editor.

  • Review what the change does.

    Behavior review groups saved changes by their likely effect on your app and suggests checks before you stage them.

Working with GitHub Actions? Ask the assistant to create or edit a workflow file, review the diff, and push it with your code.

Build your next project with Lamied
workspace / ledgerILLUSTRATIVE DEMO
CHANGES YOU CAN FOLLOW

From edit to commit.

+00
src/accounts.ts+00
tests/accounts.test.ts+00
.github/workflows/checks.yml+00
Behavior review

Balance calculation changed. Check credits, debits, and an empty ledger before staging.

Preparing your changes

example / ledger · Private repository

Expand a file to inspect the diff. No repository is created.

LOOK BEYOND THE DIFF

Good code does more
than just work.

Explore time and space complexity, and identify likely network hotspots. Use the findings to guide your next improvement—not as a substitute for profiling real workloads.

Explore code intelligence
A better data structure EXAMPLE
Repeated scansO(u × o)For each user, scan all orders
Indexed accumulationO(u + o)Initialize users, then scan orders

A Map trades extra storage for fewer lookups.
Expected complexity with average O(1) Map access.

lamied / AI assistantINTERACTIVE DEMO

Reading the request

Gradient descent on f(x, y) = x² + 3y²
210step 14
lr 0.1 lr 0.05 lr 0.02Drag to rotate
Illustrative · computed live in your browser

SEE THE ANSWER

Ask for a graph.
Get a real one.

Ask the assistant to plot a function, compare results, or explain an algorithm, and the answer arrives as a live chart right in the chat, not as dashes and slashes.

  • 2D and 3D. Lines, bars, heatmaps, contours, surfaces, and paths across them.
  • Computed, not guessed. Curves and surfaces are calculated from the formula, point by point.
  • Yours to explore. Rotate, zoom, and hover for exact values.
Explore the assistant
YOUR WORKSPACE
Local files
Review changes
Visible commands

AUTOMATION, WITH OVERSIGHT

Move quickly.
Stay in control.

Follow commands, inspect their output, and review additions and deletions in collapsible file diffs. Choose whether to approve commands individually or remember permission for a trusted workspace.

Cloud AI and embedding providers may receive relevant code and prompts. Review your configuration before working with sensitive repositories.

Understand permissions & data

A FEW THINGS TO KNOW

Before you
jump in.

Ask us anything
Which platforms can I use today?

The verified release is a Linux amd64 Debian package for Debian and Ubuntu. AppImage, macOS, Windows, and ARM installers are not currently offered on this website.

Do I need an account or an API key?

No account is needed to download the installer. AI availability depends on your account, subscription, and provider configuration. A provider API key may be required, and provider usage can incur separate charges.

Can I use a local model?

You can configure a local model through an OpenAI-compatible endpoint. Review embedding settings too: a local chat model alone does not make remote embeddings, sign-in, or other network-dependent features work offline.

Does my code stay on my machine?

Native parsing and local complexity analysis run on your machine. Cloud AI and remote embedding configurations may send code, prompts, or tool output to configured providers or services. Review those settings before using sensitive repositories.

Will the assistant ask before running commands?

Commands require approval unless you have granted remembered command permission for that workspace. Only enable it for projects you trust. Commands run with your operating-system permissions, not in a guaranteed security sandbox.

YOUR NEXT PROJECT STARTS HERE

Make something
worth shipping.

Get Lamied for Linux. Bring your ideas and your favorite model.

Get Lamied