How to install Anil-matcha/Open-Generative-AI. 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.
Anil-matcha/Open-Generative-AI Installation Guide
How to install Anil-matcha/Open-Generative-AI. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Anil-matcha/Open-Generative-AI. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Anil-matcha/Open-Generative-AIor
Install via npx
npx @hexmos/ipm i Anil-matcha/Open-Generative-AIPrerequisites
Node.js
runtimeVersion: 18+
Muapi.ai API key
api_keyVersion: N/A
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS Apple Silicon (M1/M2/M3/M4)
curl -L https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.4/Open.Generative.AI-1.0.4-arm64.dmg -o Open.Generative.AI-1.0.4-arm64.dmg
hdiutil attach Open.Generative.AI-1.0.4-arm64.dmg
sudo cp -R /Volumes/Open\ Generative\ AI/Open\ Generative\ AI.app /Applications/
xattr -cr '/Applications/Open Generative AI.app'
open '/Applications/Open Generative AI.app'macOS Intel (x64)
curl -L https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.4/Open.Generative.AI-1.0.4.dmg -o Open.Generative.AI-1.0.4.dmg
hdiutil attach Open.Generative.AI-1.0.4.dmg
sudo cp -R /Volumes/Open\ Generative\ AI/Open\ Generative\ AI.app /Applications/
xattr -cr '/Applications/Open Generative AI.app'
open '/Applications/Open Generative AI.app'Windows (x64 + ARM64)
curl -L https://github.com/Anil-matcha/Open-Generative-AI/releases/download/v1.0.4/Open.Generative.AI.Setup.1.0.4.exe -o Open.Generative.AI.Setup.1.0.4.exe
Start-Process Open.Generative.AI.Setup.1.0.4.exe -ArgumentList @('/SILENT', '/NORESTART') -WaitUbuntu / Linux (Build from source)
git clone https://github.com/Anil-matcha/Open-Generative-AI.git
cd Open-Generative-AI
npm install
npm run electron:build:linux
chmod +x release/Open\ Generative\ AI-*.AppImage
sudo apt install libfuse2
sudo apt install ./release/open-generative-ai_*_amd64.debTry it Online
xdg-open https://dev.muapi.ai/open-generative-ai