Daat Locus is a long-running local agent runtime.
The recommended install path is cargo-binstall, which installs the prebuilt
GitHub Release binary for your platform.
For now daat-locus is only tested on Windows and MacOS, but Linux should work as well.
cargo install cargo-binstall
cargo binstall daat-locus
# OR use cargo install directly, which builds from source and requires Bun
cargo install
daat-locusOn first launch, Daat Locus opens an interactive setup flow.
Source builds require Bun because build.rs builds and embeds the WebUI.
Install Bun from https://bun.sh/ and make sure it's in your PATH before building.
git clone https://github.com/shadow3aaa/DaatLocus
cd DaatLocus
cargo rundaat-locus help # show the help message
daat-locus run # open the foreground runtime flow
daat-locus code <project-dir> # select or create a project-scoped session
daat-locus attach # attach to an existing daemon
daat-locus send "..." # send one message and wait for a reply
daat-locus config # open the interactive config menuDaat Locus is licensed under the Apache License 2.0.

