Fork the repository on GitHub by clicking this link, then clone your fork:
git clone https://github.com/your-username/letta-code.git
cd letta-codeRequirements:
# install deps
bun install
# run the CLI from TypeScript sources (pick up changes immediately)
bun run dev
bun run dev -- -p "Hello world" # example with args# build bin/letta (includes prompts + schemas)
bun run build
# expose the binary globally (adjust to your preference)
bun link
# now you can run the compiled CLI
lettaWhenever you change source files, rerun bun run build before using the linked letta binary so it picks up your edits.