DevCore

Updated

07/23/2026

Version

How to install DEVCORE CLI
1.18.29 - 07 Sep 2026
How to install DevCore Cli.

Step 0: Start PowerShell.

Start PowerShell

Step 1: Create a folder using the md command.

C:\> md devcore

Step 2: Enter the newly created folder.

C:\> cd devcore

Step 3: Download the PowerShell installation script.

C:\> irm https://www.multicortex.com.br/devcore/cli/1.18.29/install.ps1 -OutFile install.ps1

Step 4: Copy the activation file to the folder along with the PowerShell script and execute the command that follows the activation file as a parameter.

C:\> .\install.ps1 .\activate.json
Run installation script

Step 5: Please wait for the first stage of the installation, which is the download of the executable file. After the installation is successfully completed, a new message will appear informing you that it is finished.

Download executable file
Congratulations!

If you've reached this point, your installation has been successfully completed. Otherwise, please contact MultiCortex at support@multicortex.ai

MultiCortex DevCore CLI


Using the tool.

First steps

Type the command devcore and press [ENTER]

C:\> devcore
Run Devcore command

Have fun with DevCore CLI.

How to uninstall DevCore CLI.

Remove the DevCore CLI binary and version files by opening PowerShell and running the commands below:

      C:\> Remove-Item -Path "$env:USERPROFILE\.local\bin\devcore.exe" -Force
      C:\> Remove-Item -Path "$env:USERPROFILE\.config\opencode" -Recurse -Force