Getting started with Zod
Install Zod, set up your first project, and start building with AI agents in minutes.
Installation
Download Zod for your platform or install via the command line.
System requirements
- macOS 12+ / Windows 10+ / Ubuntu 20.04+
- 8GB RAM recommended (4GB minimum)
- 2GB free disk space
- Internet connection for agent features
Quick start
Follow these steps to start using Zod with your first project.
Open Zod and sign in
Launch Zod and sign in with your account. You can use GitHub, Google, or Microsoft SSO.
Open a project folder
Open an existing project or create a new one. Zod will automatically index your codebase.
Start a conversation with the agent
Press Cmd+K (Mac) or Ctrl+K (Windows) to open the agent panel. Describe what you want to build.
Review and apply changes
Zod shows you a diff of all changes. Accept, reject, or ask for modifications.
Your first agent
Try asking Zod to do something simple. Describe your task in natural language and Zod plans the implementation, makes the changes, and shows you a diff of everything it did.
From request to result
Zod plans the work, implements each change, and shows you the results step by step. You review and approve before anything is applied.