logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install onyx-dot-app/onyx. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

onyx-dot-app/onyx Installation Guide

How to install onyx-dot-app/onyx. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for onyx-dot-app/onyx. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i onyx-dot-app/onyx
or

Install via npx

npx @hexmos/ipm i onyx-dot-app/onyx

Prerequisites

Python

language

Version: >=3.6.0

pip

package_manager

Package installer for Python.

Docker

system_tool

Version: 1.13.0

Git

system_tool

Version control system for managing code.

Node.js

language

Version: >=16.0.0

npm

package_manager

Package manager for Node.js.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Docker Compose Installation

curl -fsSL https://raw.githubusercontent.com/onyx-dot-app/onyx/main/deployment/docker_compose/install.sh > install.sh && chmod +x install.sh && ./install.sh

Install Onyx using the Windows Installer (.msi)

Invoke-WebRequest -Uri https://github.com/onyx-dot-app/onyx/releases/download/v4.0.5/Onyx_x64.msi -OutFile Onyx_x64.msi

Start-Process Onyx_x64.msi -ArgumentList '/qn' -Wait

Remove-Item Onyx_x64.msi

Post Installation Steps

  • Start the Onyx server using the command: `./onyx-server`.
  • Access the UI by visiting your local IP address (e.g., 127.0.0.1) in your web browser.