Space Station OS is an open-source platform for exploring, operating, and developing space station systems.
The fastest way to try Space Station OS is to use the Tier-1 Desktop App on Ubuntu 24.04 Desktop.
You do not need to install a system ROS 2 environment for this path.
The desktop application uses the repository's Pixi environment.
sudo apt update
sudo apt install -y curl git zenity
curl -fsSL https://pixi.sh/install.sh | sh
export PATH="$HOME/.pixi/bin:$PATH"
git clone https://github.com/space-station-os/space_station_os.git
cd space_station_os
bash desktop/install.shAfter installation, double-click the Space Station OS desktop icon.
For details, see:
The main Space Station OS repository is here:
Please start from the repository README for installation, running SSOS, development setup, and contribution workflow.
For development, Pixi is the recommended reproducible environment.
Native ROS 2 Jazzy on Ubuntu 24.04 is also supported for system integration and development against a system ROS installation.
Authoritative project documentation is maintained in the main repository under docs/.
The wiki is used for supplementary notes, background material, and historical information.
Implementation tasks are tracked through GitHub Issues and the project board.
To see how SSOS works, visit our official YouTube channel.
Major roadmap discussions, technical meeting notes, and architectural planning are tracked in GitHub Discussions.
For inquiries and collaboration, please reach out via our official LinkedIn page.
