Installation
Getting started with seekr is straightforward. Ensure you have the necessary prerequisites installed on your system.
Prerequisites
- Rust: You'll need the latest stable version of Rust. Install it via
rustup:curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh - API Key: An API key for your preferred provider (DeepSeek, OpenAI, or any compatible endpoint).
Binary Installation (Recommended)
For Linux x86_64 systems, you can download the pre-compiled binary directly:
- Download the latest release from GitHub.
- Make it executable:
chmod +x seekr-v0.1.2-linux-x86_64 - Move it to your path:
sudo mv seekr-v0.1.2-linux-x86_64 /usr/local/bin/seekr
Build from Source
If you prefer to build seekr manually, follow these steps:
-
Clone the repository:
git clone https://github.com/kodr-pro/seekr.git cd seekr -
Install globally:
cargo install --path .
Running the App
Start seekr by running the binary:
cargo run --release
On the first run, the application will detect that no configuration exists and will automatically launch the Setup Wizard.
