Skip to main content

Prerequisites

Before running or compiling Hypr CLI, ensure you have:
  • Bun Runtime: Bun 1.3.5 or newer installed on your system.
  • API Key: A valid key for Gemini (GEMINI_API_KEY) or Anthropic (ANTHROPIC_API_KEY).
  • Zig Compiler: (Optional) required only if compiling native OpenTUI core extensions manually.

Get Started

1

Clone the Repository

Clone the codebase to your local machine:
2

Install Dependencies

Install packages using Bun:
3

Configure Environment Keys

Export your preferred AI model API keys:
4

Launch Hypr

Run the application directly:
Or compile a single standalone binary:
To quit or exit the fullscreen alternate TUI screen cleanly, type exit or quit into the command prompt, or press Ctrl+C.