Lamied/Get started

YOUR FIRST PROJECT STARTS HERE

Get started
with Lamied.

From opening a folder to making your first commit. Get to know your editor, connect your model, and build something of your own.

Linux · Debian / Ubuntu · x86_64
YOUR WORKSPACE, ALL TOGETHERMeet your new editor
The Lamied editor, shown with an example project and conversation.

Lamied workspace overview

The Lamied editor, shown with an example project and conversation.

1

Your projectFiles and folders in one place.

2

Your editorRoom to focus on the code.

3

Your assistantContext and help, right beside you.

01

A FRESH START

Install. Open. Make yourself at home.

Download the Linux package, save it in Downloads, and close any running Lamied window.

Run the installation commands in your terminal. When it finishes, Lamied opens automatically.

Download for Linux

Debian or Ubuntu on an Intel / AMD 64-bit computer. No account needed to download.

Install Lamied 0.1.9
cd "$HOME/Downloads" &&
sudo apt install "./lamied.ai-0.1.9-amd64.deb" &&
lamied

Use your actual saved folder and filename. Your system may ask for your password.

Ready when the editor opens.
Already installed, or updating?

Close every Lamied window before installing an update. Reopen the app and run lamied -v to check the version. The download page includes checksum and reinstall commands.

02

BRING YOUR CODE

One folder. Your whole project.

Choose File → Open Folder and select your project root. Explorer brings all its files into view.

File → Open Folder. Choose the folder containing your source files and project configuration.

Open a project folder

File → Open Folder. Choose the folder containing your source files and project configuration.

01

Choose the root

Open the folder containing your project's source and configuration files.

02

Find your way around

Choose a file in Explorer, or press Ctrl + P to find it by name.

03

Start where you are

An existing project or an empty folder both work. GitHub can come later.

03

MAKE THE CONNECTION

Your model. Inside your editor.

Open View → AI Assistant, or press Ctrl + J. Select the settings gear to connect a provider.

  1. Choose a providerSelect the provider you want to use in the Provider menu.
  2. Add your API keyPaste the key into the API Key field and select Save.
  3. Pick your modelType /model in the conversation to choose a provider or model.
AI Assistant → settings gear → Provider and API Key.

AI provider settings

AI Assistant → settings gear → Provider and API Key.

AI features require Lamied Pro access and a configured provider. Your provider's usage charges are separate.

Prefer a local model?

Start a model server with an OpenAI-compatible API. Choose Local Model, enter its Base URL, and select Save. The example in the app is http://localhost:11434/v1; use your server's actual address. Choose the model with /model.

Local chat does not make sign-in, remote embeddings, or other connected features work offline.

Lamied, your provider, and GitHub accounts

Lamied sign-in manages your app access. Provider credentials connect the model. GitHub sign-in connects repository publishing. Setting up one does not configure the others. If the assistant is locked, follow the sign-in and access controls in the app.

04

START A CONVERSATION

A good first question goes a long way.

Let the assistant help you understand the project before making a change. Copy this prompt into the AI chat and select Send.

Try this first
Explain where this app starts, how to run it locally, and which tests already exist. Point me to the relevant files. Do not change any files.
Want a plan before an edit?

Turn on Plan Mode. The assistant proposes its approach and waits for approval before editing files or running commands.

Starting from an empty folder?

Turn on Plan Mode, then start here:

A new project
Help me plan a small app in this empty folder. Ask me what I want to build and which language or framework to use. Do not create files or run commands until I approve the plan.
Try a focused code change
Your first change
Find an existing input-validation function and add a test for an empty input. Preserve its current behavior and run the relevant tests. If there is no test setup, explain the options before editing.

Follow the work in the conversation. A new message adds instructions. Use Stop or /stop to stop a task, or press Escape while the chat input is focused.

An example conversation: ask, read the answer, choose your next step.

Your first AI conversation

An example conversation: ask, read the answer, choose your next step.

05

UNDERSTAND THE RESULT

See the change. Check the work.

Open a changed-file summary to read its diff. Green lines are additions; red lines are deletions. Then run the checks that matter for your project.

Expand a file to see exactly what changed.

An expanded code diff

Expand a file to see exactly what changed.

Read the code diff

In normal mode, edits can already be applied. Line counts describe the edit; they do not mean tests passed.

Source Control → Behavior review.

Behavior review

Source Control → Behavior review.

Explore the potential impact

Behavior review groups saved Git changes and suggests checks. These are hints about what to verify.

Run verification and keep the review current
  1. Save your files and open View → Source Control → Behavior review. A Git repository is required.
  2. Choose HEAD → saved working tree, select an available workspace script, and choose Run verification…. You can also use the terminal.
  3. After further edits, choose Refresh review. Rerun checks marked STALE.

Stage group files… stages whole files, including any other edits in them.

06

TAKE IT WITH YOU

Your first commit. Your next beginning.

Keep working locally, or connect GitHub when you're ready to share. Open View → Source Control to get started.

Publish a new repository

Your project, with a home on GitHub.

  1. Choose Sign in with GitHub. Enter the device code on the page opened in your browser and approve access.
  2. Select Publish to GitHub, enter a repository name, and choose its visibility.
  3. Follow the publishing progress, then open your repository link.
Choose who can see your project before publishing.

GitHub repository visibility

Choose who can see your project before publishing.

Already have a remote?

  1. 1StageChoose your changes
  2. 2CommitRecord them locally
  3. 3PushSend them to GitHub
Where do GitHub Actions fit?

Ask the assistant to create or edit a workflow in .github/workflows/. Review it, commit, and push. GitHub runs matching workflows; find their results in the repository's Actions tab.

GET TO KNOW YOUR TOOLS

A place for everything you need.

Find a tool, see where it lives, and learn what to do next.

View → Explorer / View → Search

Files & search

Explorer shows your project's folders and files. Search finds text across the open workspace.

  1. Open your project with File → Open Folder.
  2. Choose a file in Explorer to edit it, or use Ctrl+P to find a file by name.
  3. Use Ctrl+Shift+F to search across files. Save edits with Ctrl+S.

A workspace is the folder you opened. Choose the project root so related files are available together.

WHEN YOU'RE READY

There's more to explore.

Codebase IndexingFind relevant project context

Open AI settings → Codebase Indexing, configure embedding credentials, and select Index Workspace. The Voyage AI key is separate from your chat provider key. Review these settings before indexing confidential code.

Task WorkspacesSave a focused handoff

Open View → Task Workspaces → New task. Capture the objective, selected saved files, setup notes, and acceptance criteria. Export a bundle to share it. Importing does not automatically apply files or run code.

Scenario LabExplore your app's edge cases

Start your local development server, then open View → Scenario Lab. Set a local URL, synthetic API responses, and an expected page state. Adjust the viewport and locale to reproduce different conditions.

Visual explanationsTurn an idea into a chart

Ask the assistant: “Plot linear and quadratic growth for input sizes from 1 to 100, and explain the difference.” Interact with the chart in the conversation to inspect its values.

A LITTLE HELP, IF YOU NEED IT

Common questions.

I am signed in, but the AI panel is locked.

Confirm your Lamied account has Pro access, then configure the provider in AI settings. GitHub sign-in and a provider API key do not unlock Lamied Pro by themselves.

The assistant cannot see my files.

Use File → Open Folder to open the project root. Check Explorer, save your edits, and include the relevant filename in your request.

Why am I being asked for command approval?

Plan approval does not grant shell command permission. Read each requested command before approving it. Remembered command permission is a separate workspace setting in the AI panel.

My GitHub sign-in expired. How do I reconnect?

Use the GitHub icon in Source Control and complete a new browser approval. You can also sign out from that control. GitHub authorization is separate from your Lamied account and browser session.

Behavior review is empty or says STALE.

Save your files, confirm the folder is a Git repository, and choose the correct scope. Select Refresh review. If the files changed after verification, rerun the check.

YOU'RE READY TO BUILD

Start small.
Make it yours.

One project. One clear task. See where it takes you.