Getting started

This guide walks you through installing Litecode and creating your first view.

1. Install Litecode

Litecode is distributed via jDeploy, which provides native installers for macOS, Windows, and Linux:

Download Litecode

The installer pulls down a small launcher; the first run will fetch the matching JDK and the application bundle automatically. No separate Java installation is required.

2. First launch

When Litecode starts for the first time it runs a short setup wizard that:

You can re-run the wizard later from the app menu, or run the CLI doctor mode to diagnose missing dependencies.

3. Create a view

Views are named workspaces. Each view groups one or more repositories and the tasks you want to work on against them.

  1. Choose New View from the sidebar.
  2. Give the view a name (e.g. litecode).
  3. Add one or more repositories. For each repo, pick a default branch and decide whether the view treats it as read-only.

4. Add a task

Tasks are the unit of work in Litecode.

  1. Click New Task inside your view.
  2. Give the task a title — Litecode will derive a branchSlug from it that becomes the default branch name across linked repos.
  3. Write a markdown plan. The plan supports an append-only audit trail and can be edited by agents according to the task’s PlanAgentPermission setting.
  4. Optionally add sub-tasks, references (files or URLs), and dependencies.

5. Run an agent or open a terminal

From a task you can:

Next steps