Weโre excited to introduce two major capabilities that significantly expand how you build and collaborate on automations in Studio Web!
You can try them out now at studio.uipath.com
Save Solutions Locally โ Introducing the Local Workspace
You can now store and manage your solutions directly on your local machine using the new Local Workspace page in Studio Web.
With this feature, you can:
- Fully control your project files on disk
- Create or open existing solutions stored locally
- Choose between local storage and cloud storage, depending on your workflow
- Use standard development practices associated with desktop automation tools
Learn more:
Solutions in the Local Workspace
https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/solutions-in-the-local-workspace
Native Git Tooling for Version Control
Once your solution is available locally, you can take advantage of built-in Git support directly from Studio Web.
You can now:
- Initialize a Git repository for your solution to a Git
- Connect to a remote repository
- Commit, push and pull
- View diffs and history
- Switch branches
- Collaborate with your team using familiar Git workflows
Remote repository connectivity is
Learn more:
Version Control in the Local Workspace
https://docs.uipath.com/studio-web/automation-cloud/latest/user-guide/version-control-solutions#version-control-in-the-local-workspace
Unlocking CI/CD Scenarios
With local file access + Git integration, Studio Web now fully supports automation development that fits into enterprise-grade CI/CD pipelines.
This empowers teams to:
- Store automation projects in organizational Git repositories
- Trigger CI/CD workflows automatically on commit
- Run automated packaging, deployment, and governance checks
- Align automation development with DevOps practices
To support this, we provide powerful command-line tooling.
Learn more:
UiPath CLI (Command Line Interface)
The CLI enables actions such as packaging, analyzing, testing, and deploying automation projectsโmaking it a perfect fit for Git-based pipelines.