A suite of apps powered by Astrobase:
- 1core Note: Encrypted notes management CLI app.
- 1core Pulse: Encrypted project management GUI app.
- 1core Vault: Encrypted password and secrets management CLI app.
For prebuilt binaries, see the Releases page.
You'll need Bun installed (v1.3.10 or later).
To build the GUI, you'll need Rust and Cargo installed. If you are only building the CLI, you can skip this.
For Nix users, a
shell.nixis available to install Rust dependencies.
Install dependencies with bun:
bun iYou can build all applications for your current system and architecture with one command:
bun run buildAlternatively, you can build only the CLI, or only the Pulse GUI:
bun run build:cli
bun run build:pulse:nativeCLI builds are output to dist.
Pulse GUI builds are output to apps/pulse/src-tauri/target/release/bundle.
There are no official distribution packages yet.