Installation and Quickstart
How to install and set up Treq on your machine.
Download the latest version for macOS from the GitHub Releases page.
Treq works with ordinary Git repositories. You do not need to install or learn Jujutsu to use it. Treq initializes colocated Jujutsu metadata itself when you open a repo, and it runs Git and Jujutsu operations under the hood.
Optional: install
jj only for power-user debuggingInstalling Jujutsu (jj) and adding it to your PATH is optional. It can help when you intentionally inspect repository state from a shell. For normal Treq use, stay in the app. Dropping to the jj CLI is not recommended as a day-to-day workflow.
Initial Setup
Click Select Repository or the folder icon, and navigate to a Git repository, selecting the folder containing .git.
Creating Your First Workspace
- Click New Workspace (or press
Cmd+N) to open the creation dialog. - Fill in a plan title describing what you're working on.
- Adjust the branch name if needed.
- Click Create Workspace to save.
Starting an Agent
- In the Code tab, write your prompt into the prompt input.
- Submit the prompt.
- Watch the agent terminal open and start running.
- Open the Review tab to view the agent's changes.
Commit, Push, Merge
- Commit changes in the Review tab.
- Push changes to remote.
- Optionally merge locally by clicking the Merge button.