Zodiac Pilot is a browser-based tool for Safe accounts that enables users to build and execute multi-step transactions across multiple dapps. It combines modular batching, programmable permissions, and a built-in sandbox environment to simulate transactions before theyβre sent onchain. Designed to streamline treasury, governance, and DeFi workflows, Pilot reduces risk and coordination overhead by letting users manage execution directly from a side panel interface. Available on the Chrome Web Store
The extension folder hosts the code of the browser extension. The included README documents the most important concepts.
To run a development version of the extension from a branch:
cd extension
pnpm i
pnpm dev
The build output is written to extension/public/build.
The dev
script will watch for changes and automatically rebuild.
To enable the extension in Chrome, follow these steps:
- Open the Extension Management page by navigating to chrome://extensions.
- Enable Developer Mode by clicking the toggle switch at the top right of the page.
- Click the Load unpacked button and select the
extension/public
directory.