Context before code.
Explore your project with file search, symbol relationships, and relevant context for the task at hand.
CODEBASE UNDERSTANDINGYour 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
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;}❯ rg -n "totalsByUser" src
src/services/orders.js:1
Read the context · locating related code
YOUR WORKFLOW. YOUR MODEL.
BUILT AROUND YOUR FLOW
From the first unfamiliar file to the next meaningful change. Keep the tools you need close to the code.
Explore your project with file search, symbol relationships, and relevant context for the task at hand.
CODEBASE UNDERSTANDINGAsk for a focused change, follow the assistant's work, and inspect the result in your own workspace.
AI-ASSISTED BUILDINGRun approved commands and see their logs alongside the task. Keep your checks close to your changes.
INTEGRATED TERMINALExplore files, symbols, and the code around your task.
Ask for a focused change and inspect the work as it happens.
Run your checks, read the logs, and review the result.
LOOK BEYOND THE DIFF
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 intelligenceA Map trades extra storage for fewer lookups.
Expected complexity with average O(1) Map access.
AUTOMATION, WITH OVERSIGHT
See the commands, read their output, and review proposed changes. 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 & dataThe 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.
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.
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.
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.
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
Get Lamied for Linux. Bring your ideas and your favorite model.