Installation Guide
This section will guide you through the process of installing the Revit Automation Platform (Paracore) on your local machine.
System Requirements
To use Paracore, you will need:
- Operating System: Windows 10 or 11 (64-bit)
- Revit Version: Autodesk Revit 2025 (64-bit)
- Code Editor: Visual Studio Code (for editing scripts)
- Paracore's seamless VSCode Integration provides full IntelliSense for the Revit API and .NET C# namespaces, along with access to custom global variables (e.g.,
Doc,UIDoc,Transact,Print). This significantly simplifies learning and developing with the Revit API by removing traditional add-in boilerplate.
- Paracore's seamless VSCode Integration provides full IntelliSense for the Revit API and .NET C# namespaces, along with access to custom global variables (e.g.,
- Version Control: Git client (Optional, for collaboration or managing personal repositories)
Installation Steps
Paracore is distributed as a set of installer packages. You can find all necessary downloads on our dedicated Downloads page.
-
Download the Installers: Visit the Downloads page to obtain the latest installers:
Paracore_Revit_Installer.exe(for the Revit add-in)Paracore_Installer.msi(for the Paracore desktop application)corescript-0.0.1.vsix(for the VSCode extension - optional, for developers)
-
Install Paracore Addin: Run
Paracore_Revit_Installer.exefirst. This is crucial as both Paracore and the VSCode extension rely on this Revit add-in. -
Install Paracore Desktop Application: Run
Paracore_Installer.msi. -
Install VSCode Extension (Optional): for just executing scripts from vscode to Revit without using the Paracore app, install
corescript-0.0.1.vsixVScode extension (Still you need to install the Paracore.Addin with Paracore_Revit_Installer.exe for this workflow to work.). -
Verify Installation:
- Open Autodesk Revit and ensure the
Paracoretab is visible in the Revit ribbon. Start the Paracore from the ribbon. - Launch the Paracore desktop application.
- Open Autodesk Revit and ensure the
Post-Installation Setup
Once Paracore is installed:
- Launch Paracore: Open the Paracore desktop application.
- Sign In: Click the "Continue Offline" button on the login screen.
- Note: The "Sign in with Google" option features (Cloud Teams, AI Generation) are currently disabled in the public release.
- Start Automating: You are now ready to use Paracore! Proceed to the User Guide to learn how to run your first script.