### Install and Start PilotDeck Source: https://pilotdeck.openbmb.cn Installs PilotDeck using a curl command on macOS/Linux and starts the server. The server is accessible at http://localhost:3001. ```bash # One-line install (macOS / Linux) curl -fsSL https://raw.githubusercontent.com/OpenBMB/PilotDeck/main/install.sh | bash # Start PilotDeck pilotdeck # serves at http://localhost:3001 pilotdeck status # check runtime status ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.