Don't have these yet? No problem - we'll show you how to get them (all free tiers available)
Run this SQL script in your Supabase SQL Editor to create the necessary tables:
-- Loading...
Choose your preferred deployment method:
Easiest way to run all apps locally or on your server
git clone https://github.com/neooriginal/OMI.me-Apps.git
cd OMI.me-Apps
# Download your .env file (button below) and place it in this folder
docker-compose up -d
Run each app separately with Node.js
git clone https://github.com/neooriginal/OMI.me-Apps.git
cd OMI.me-Apps/Brain # or Friend, Jarvis, Search
npm install
# Create .env file with your API keys
npm start