Skip to content

Building from Source

  • Python 3.11+ — check with python3 --version
  • uv — fast Python package manager
  • Git
Terminal window
curl -LsSf https://astral.sh/uv/install.sh | sh
Terminal window
git clone https://github.com/yjwong/open-shrimp.git
cd open-shrimp
uv sync
Terminal window
uv run openshrimp

If no config file exists, the interactive setup wizard will launch automatically. See Configuration for manual setup.