Download
Basalt is available in two versions: the dev version, ideal for develpoement and the release version which is meant for production. Basalt is also available on PineStore
Downloading Basalt
To download the Basalt Installer-UI using a ComputerCraft shell command, use the following:
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua
Download Basalt without UI
If you want to skip the UI and just download the essentials, here are some other commands:
Developer
This is the full dev version of Basalt, containing all available files.
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua -d
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua -d
Release
This is the default bundle version of Basalt, containing the full framework, but minified.
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua -r
wget run https://raw.githubusercontent.com/Pyroxenium/Basalt2/main/install.lua -r