Install (Published Package)
npm install -g @malviyahimanshu/pierInitialize Pier
pier setuppier setup creates ~/.pier/config.json if missing, starts the local bridge server, starts the Portless proxy, and prints the WebSocket URL and token for the extension.
Use pier setup --manual-extension if you want setup to cache the unpacked extension bundle for manual loading.
Install Extension (Recommended)
Install Pier from the Chrome Web Store: https://chromewebstore.google.com/detail/pier/gfhbagnaafeefbkjcocmpnepfggbbdpj
Manual Unpacked Extension (Optional)
pier extension install
pier extension path- Open
chrome://extensions - Enable Developer mode
- Click Load unpacked and select the printed directory
Configure Extension Settings
Open Pier Settings and paste the WebSocket URL and access token from setup. Use Test Bridge before opening localhost pages.
First-run Validation
- Verify
pier bridge statusreports running - Start an app with
pier myapp pnpm dev - Open your localhost URL and press Ctrl+` on macOS or Ctrl+` on Windows/Linux
- Confirm terminal opens in the mapped project directory
