Onboarding
- Install on Mac from Terminal. Copy the command below and paste it into Terminal.
- Give the skill to your agent.
- Start writing Apex Notes. Your agent can start, or you can open the app and start in the graph.
Mac Terminal install
For macOS on Apple Silicon. This command downloads and runs the full Apex Notes installer, which verifies the current main production build, installs Apex Notes in /Applications, and opens it. If production publication is still catching up to main, it stops instead of installing an older build.
install_script="$(mktemp)" && curl -fsSL https://apexnotes.xyz/install.sh -o "$install_script" && /bin/bash "$install_script"