Documentation

Getting Started

Learn how to install, configure, and use Ethan.

Installation

Download the latest binary for your platform from the downloads page.

After downloading, extract and run:

tar -xzf ethan-agent-*.tar.gz cd ethan-agent-* ./ethan serve

Quick Start

Start the agent and open the dashboard:

ethan serve

Open http://localhost:41337 in your browser.

Commands

ethan serve

Start the HTTP server and dashboard on port 41337.

ethan scan [path]

Scan a directory for projects. Defaults to home directory.

ethan health

Check if the agent daemon is running and healthy.

ethan project <command>

Manage projects (add, list, remove).

ethan process <command>

Manage processes (start, stop, list).

Using the Dashboard

The dashboard provides a web UI to manage your projects and processes:

  • Dashboard — Overview of all projects, running processes, and agent status.
  • Workspaces — Scan and explore projects in your filesystem. Save individual projects to your list.
  • Projects — View, search, add, run, stop, and delete projects.