Installation
Install Supacortex via the Mac app or CLI.
There are two ways to use Supacortex. The Mac app gives you the full experience with zero setup. The CLI takes your memory everywhere.
Mac app
Download the latest version from supacortex.ai. The installer sets up everything for you — the CLI, skills, and AI chat are all included.
- Download and install the app
- Sign up and log in
- Start saving bookmarks and chatting with your memory
CLI
Install the CLI globally via npm:
npm install -g @supacortex/cliThe binary is called scx. Verify the installation:
scx --versionInstall the Supacortex skill
To access your memory from AI tools like Claude Code, install the skill:
npx skills add monorepo-labs/skills --skill supacortexLog in
Authenticate with your Supacortex account:
scx loginThis opens a browser window where you approve the device. Once approved, the CLI is ready to use.