GitHub - simstudioai/sim: Open-source AI Agent workflow builder.
Sim Studio is a powerful, user-friendly platform for building, testing, and optimizing agentic workflows.
Run
Run on our cloud-hosted version
Self-host
How to Self-Host
There are several ways to self-host Sim Studio:
Option 1: Docker Environment (Recommended)
# Clone your forked repository
git clone https://github.com/YOUR_USERNAME/sim.git
cd sim
# Create environment file and update with required environment variables (BETTER_AUTH_SECRET)
cp sim/.env.example sim/.env
# Start Sim Studio using the...
Read more at github.com