Installation
Tungsten is designed to be flexible and can be installed through several popular package managers. Choose the method that best fits your existing workflow.
Mise is a polyglot tool manager that can handle Tungsten directly from GitHub.
To install and activate Tungsten in your current directory, run:
mise use github:notmagniill/tungstenBoth Rokit and Aftman are toolchain managers widely used in the Roblox ecosystem.
They function similarly; simply run the command for the tool you have installed.
For Rokit
Section titled “For Rokit”rokit add notmagniill/tungstenFor Aftman
Section titled “For Aftman”aftman add notmagniill/tungstenIf you are using Foreman, you can add Tungsten to your foreman.toml file under the [tools] section:
[tools]tungsten = { github = "notmagniill/tungsten", version = "^0.1.0" }After updating your configuration, run:
foreman installInstalling via Cargo requires the Rust toolchain. If you don’t have it, you can get it at rust-lang.org.
To install the Tungsten CLI globally:
cargo install tungsten-cliVerifying the installation
Section titled “Verifying the installation”After running your chosen installation command, ensure that the Tungsten binary is correctly linked to your path by checking the help menu:
tungsten --versionTungsten should print something like this:
tungsten v0.1.1