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/onyxor
Install via npx
npx @hexmos/ipm i onyx-dot-app/onyxPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
Docker
system_toolVersion: 1.13.0
Git
system_toolVersion control system for managing code.
Node.js
languageVersion: >=16.0.0
npm
package_managerPackage 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.shInstall 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.msiPost 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.
