Skip to content

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:

Terminal
mise use github:notmagniill/tungsten

Both 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.

Terminal
rokit add notmagniill/tungsten
Terminal
aftman add notmagniill/tungsten

If you are using Foreman, you can add Tungsten to your foreman.toml file under the [tools] section:

foreman.toml
[tools]
tungsten = { github = "notmagniill/tungsten", version = "^0.1.0" }

After updating your configuration, run:

Terminal
foreman install

Installing 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:

Terminal
cargo install tungsten-cli

After running your chosen installation command, ensure that the Tungsten binary is correctly linked to your path by checking the help menu:

Terminal
tungsten --version

Tungsten should print something like this:

Terminal
tungsten v0.1.1