Building from Source
Prerequisites
Section titled “Prerequisites”- Python 3.11+ — check with
python3 --version - uv — fast Python package manager
- Git
Install uv
Section titled “Install uv”curl -LsSf https://astral.sh/uv/install.sh | shClone and install
Section titled “Clone and install”git clone https://github.com/yjwong/open-shrimp.gitcd open-shrimpuv syncuv run openshrimpIf no config file exists, the interactive setup wizard will launch automatically. See Configuration for manual setup.