@arcforgelabs/pixel-forge
v2026.5.21
Published
Public installer entrypoint for Pixel Forge.
Maintainers
Readme
Pixel Forge Installer
Public npm entrypoint for installing Pixel Forge from the canonical source repository.
Linux
npx @arcforgelabs/pixel-forgeThis runs the same source installer as the GitHub one-liner. It clones or updates the checkout at ~/.local/src/pixel-forge, installs prerequisites when the platform installer supports that, then runs ./install.sh from the checkout.
Windows
npx @arcforgelabs/pixel-forgeOn Windows this launches install-windows.ps1 from the source checkout. The Windows installer is early groundwork and currently prepares the checkout, builds the web assets, installs Python dependencies, and creates local launch scripts/Start Menu shortcuts.
Environment
PIXEL_FORGE_REPO_URL: source repository URL, defaulthttps://github.com/arcforgelabs/pixel-forge.gitPIXEL_FORGE_REF: git ref, defaultmasterPIXEL_FORGE_SRC: source checkout pathPIXEL_FORGE_UNATTENDED=1: skip supported installer prompts
