📜
PaperScript Docs
  • Welcome to PaperScript
  • Quick Start Guide
  • Syntax Reference
  • Feature Matrix
  • Feature Deep Dive
  • VSCode Extension
  • The Preprocessor
  • The project.yaml File
  • PaperScript CLI
    • Installing
    • Usage
  • Fallout 4 Support
  • Proposals
    • Naive Optimizations
  • Miscellaneous
    • Complete Example Scripts
Powered by GitBook
On this page
  • On Windows
  • On Linux
  • On macOS
Edit on GitHub
Export as PDF
  1. PaperScript CLI

Installing

PreviousThe project.yaml FileNextUsage

Last updated 2 days ago

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 , 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

Run paperscript version to make sure it works.

On macOS

From a Package

HomeBrew package coming soon

From a Binary

Run paperscript version to make sure it works.

Go to the , download the latest Linux build, unzip it somewhere and add the folder where you unzipped it to your PATH

Go to the , download the latest macOS build, unzip it somewhere and add the folder where you unzipped it to your PATH

GitHub Releases Page
GitHub Releases Page
GitHub Releases Page