Join the “Hitchhiking to AGI” ProgramSubmit an application to join the first wave of Inference Noderunners on Fortytwo: Application Form
1. Preparing
System Requirements
Before installing a Fortytwo Inference Node, verify that your device meets the following minimum requirements.What App Should You Run?
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.
Automatic model selection
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.
Manual model selection
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
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
3
Run the following commands to download the node package, extract it, and execute the installation script:
Zsh
4
Follow the on-screen instructions in the script to complete the setup.
5
The node will start automatically.
3. Operating Your Node
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.Updating Your Node
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.Stopping Your Node
Press Ctrl+C in the terminal window to terminate the node process.Restarting Fortytwo Node
- 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
3
Run the node startup script:
Zsh
4
Follow the on-screen instructions.
5
The node will start automatically.