Build from source
Kittynode is free software, and in the spirit of that, let’s build from source.
Prerequisites
Section titled “Prerequisites”-
Install Rust:
Terminal window curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -
Install Just:
Terminal window cargo install just -
Install Bun:
Terminal window curl -fsSL https://bun.sh/install | bash -
Install Tauri system dependencies.
Build from source
Section titled “Build from source”-
Clone the repo and change into it:
Terminal window git clone git@github.com:futurekittylabs/kittynode.gitcd kittynode -
Install dev tools:
Terminal window just install-dev-toolsTerminal window nix develop -
Install dependencies:
Terminal window bun install -
Build all crates:
Terminal window just build -
Build the desktop app:
Terminal window just build-app
Run Kittynode
Section titled “Run Kittynode”-
Run the CLI:
Terminal window just kittynode -
Run the desktop app:
Terminal window just app
Kittynode is free software released under the MIT License.