# OmniAPI Blazing-fast API client. CLI, TUI, and desktop GUI. - **CLI** (`om`): Run collections in CI/CD, TAP output - **TUI** (`oma`): Interactive terminal UI with keyboard navigation - **GUI**: Desktop app built with Tauri + Vue ## Install ### Arch Linux (AUR) ```bash # Desktop GUI yay -S omniapi-desktop-bin # CLI + TUI yay -S omniapi-cli-bin ``` ### Binary releases Download from [GitHub Releases](https://github.com/zaidejjo/omniapi/releases). ## Build from source ```bash bun install bun run build ``` ## License MIT