Installing
There are a few different ways to install the PaperScript CLI.
Since all Creation Engine games are officially Windows-only, Windows support is a priority for PaperScript. Other platforms are supported as well but with a lower priority.
Some features, such as running the papyrus compiler automatically are only available on Windows. The V2 built-in compiler will work on other platforms as well.
On Windows
With an Installer
Coming Soon
With a Package Manager
WinGet and Chocolatey packages coming soon
From a Binary
Go to the GitHub Releases Page, download the latest Windows build, unzip it somewhere and add the folder where you unzipped it to your PATH
Run paperscript version
to make sure it works.
On Linux
From a Package
apt and rpm packages coming soon
From a Binary
Go to the GitHub Releases Page, download the latest Linux build, unzip it somewhere and add the folder where you unzipped it to your PATH
Run paperscript version
to make sure it works.
On macOS
From a Package
HomeBrew package coming soon
From a Binary
Go to the GitHub Releases Page, download the latest macOS build, unzip it somewhere and add the folder where you unzipped it to your PATH
Run paperscript version
to make sure it works.
Last updated