Please ensure you have received an acceptance email with an activation code before attempting to install the Inference Node. A unique activation code is required for each device on which the node is installed.
Depending on how you want your node to operate, you have two options:
Fortytwo App —> your node selects a model automatically.
Fortytwo CLI —> you manually select a model for your node to run.
Differences in node workflow for automatic & manual model selection methods:
Automatic model selection
Your node does all the work:
Models are selected automatically.
Performance is balanced.
You don’t need to know anything about language models.
Use Fortytwo App for more complex, real time model auto-management on your system.
Fortytwo CLI can recommend options based on your resources but will not be as optimal in its recommendations as the Fortytwo App.
Manual model selection
You can maximize your node’s potential but it requires knowledge and commitment:
You choose which model your node runs.
Performance depends on your choices.
This mode is intended for noderunners who are familiar with language models.
2. Installing the Node: Fortytwo App & Fortytwo CLI
Please ensure you have received an acceptance email with an activation code before attempting to install the Inference Node. If not, submit an Application Form to join the first wave of Inference Noderunners on Fortytwo.
A unique activation code is required for each device the node is installed on.
Fortytwo CLI
Fortytwo App
macOS
Windows
Linux (Ubuntu/Debian)
1
Open the Terminal.
2
Navigate to your preferred installation directory with cd command, or run the following command to continue installation in the default location in your home directory:
Zsh
Copy
mkdir -p ~/FortytwoCLI && cd ~/FortytwoCLI
3
Run the following commands to download the node package, extract it, and execute the installation script:
Follow the on-screen instructions in the script to complete the setup.
5
The node will start automatically.
1
Open PowerShell as Administrator.
2
Navigate to your preferred installation directory with cd command, or run the following command to continue installation in the default location in your home directory:
Follow the on-screen instructions to complete the setup.
5
The node will start automatically.
1
Open the Terminal.
2
Navigate to your preferred installation directory with cd command, or run the following command to continue installation in the default location in your home directory:
Bash
Copy
mkdir -p ~/FortytwoCLI && cd ~/FortytwoCLI
3
Run the following commands to download the node package, extract it, and execute the installation script:
The node will remain fully operational until it is terminated by the user or the system restarts. You can minimize the terminal window or switch to other applications – the node will continue running in the background.
Fortytwo node automatically updates every time it is launched. When you start the node, it checks for the latest available version and installs any updates before running.
On October 23, 2025, we’ve changed the name of the default folder from Fortytwo to FortytwoCLI. If you’ve installed your Fortytwo CLI before this date, your default path will differ. To access the folder, look for Fortytwo instead of FortytwoCLI.
macOS
Windows
Linux (Ubuntu/Debian)
1
Open the Terminal.
2
Navigate to the directory where the node is installed using the cd command. If the node was installed in the default location, run:
Zsh
Copy
cd ~/FortytwoCLI/fortytwo-console-app-main
3
Run the node startup script:
Zsh
Copy
./macos.sh
4
Follow the on-screen instructions.
5
The node will start automatically.
1
Open PowerShell as Administrator.
2
Navigate to the directory where the node is installed using the cd command. If the node was installed in the default location, run:
Navigate to the directory where the node is installed using the cd command. If the node was installed in the default location, run:
Bash
Copy
cd ~/FortytwoCLI/fortytwo-console-app-main
3
Run the node startup script:
Bash
Copy
./linux.sh
4
Follow the on-screen instructions.
5
The node will start automatically.
Fortytwo App is being built in a quick development cycle, so in this early state various issues are possible.
As of now, running the Fortytwo App requires extra rights and permissions to be manually provided.
If you prefer a more stable experience but without the convenience of the GUI, we recommend continuing with the Fortytwo CLI for the time being.
The node will remain fully operational until it is stopped by the user, the application is closed by the user or the system restarts. You can minimize or close the application window, switch to other applications – the node will continue running in the background and will be available in system tray.
Fortytwo App updates automatically. Sometimes the user might be asked to restart the application to install the most recent updates.If you face issues with the updates, you can manually check the current version on the Changelog page, and then manually download and reinstall the app using the current version links: macOS: current version link .
Updating from Versions 0.2.1 and Earlier
Versions 0.2.2 and above are code-signed, which means its internal app identity has changed from 0.2.1 and earlier versions.
Because of this, the new version cannot access data previously stored in the Keychain by the unsigned builds.
Fortytwo continues to use macOS Keychain to securely store your private key at system level.When launching the new version, macOS may ask for your system password to grant Fortytwo access to its secure data — you have two options:
You can safely enter your password and click “Always Allow” to avoid future prompts
Or you can delete the previous data and restore your profile in the new version as described below:
Steps for macOS users to reset the app data
1
Export your private key
Important! If you haven’t already saved your recovery phrase or at least your private key, export your private key now — otherwise, you will lose access to your account and your node.
How to export your private key:
Right click on the Fortytwo App icon in the Menu Bar.