Daya Code
A programming agent in your terminal. Daya Code reads, writes, searches, and runs commands inside your project. The brain lives on Daya; you only need a token.
Installation
Download the script, make it executable, and run it from any project:
You can also download the direct script or clone the repository and use node cli/daya-code.mjs.
Getting started
Run daya-code login once. It will ask for your Daya token (find it in Settings → Account).
Navigate to your project root and run daya-code without arguments for interactive mode, or ask it directly:
Use daya-code --continue to pick up the last session in this folder. Daya Code remembers the previous context.
How it works
Daya Code runs on your machine, inside your project. It reads files, modifies them, searches code, runs commands, and creates new files. Each action requires your confirmation (or use --yes to skip it).
Ready for Daya to work with your code?