Download Oikyo Desktop
Zero-setup ML platform for Local Training
Download Oikyo Desktop
Public Beta - Latest Release: v0.3.39
Oikyo is a zero-setup ML platform for fine-tuning language models on your hardware. Free during beta. Download, install, and start training in minutes.
Windows
Download: Oikyo-0.3.39-win32-x64.exe
Requirements: Python 3.10+ (installed and available in PATH)
Installation:
- Download the
.exeinstaller - Double-click to run the installer
- Follow the installation wizard
- Launch Oikyo from Start Menu or Desktop
System Requirements:
- Windows 10 or 11 (64-bit)
- 4 GB RAM (8 GB recommended)
- 2 GB free disk space
macOS
Download: Oikyo-0.3.39-darwin-arm64.dmg
Requirements: Python 3.10+ (installed and available in PATH)
Installation:
- Download the
.dmgfile - Open the downloaded DMG
- Drag Oikyo to your Applications folder
- Launch Oikyo from Applications
- If macOS blocks the app (Gatekeeper):
- Right-click on Oikyo → Select “Open”
- Click “Open” in the security dialog
- Subsequent launches will work normally
System Requirements:
- macOS 11 (Big Sur) or later
- Apple Silicon (M1/M2/M3) or Intel
- 4 GB RAM (8 GB recommended)
- 2 GB free disk space
Note: Oikyo automatically optimizes for Apple Silicon Macs using MLX for faster inference.
Linux
Download: Download all .partXX files from the releases page
Requirements: Python 3.10+, FUSE (usually pre-installed on modern Linux distributions)
Installation:
# 1. Download all part files (partaa, partab, etc.)
# You can use wget or download from the releases page
# 2. Reassemble the AppImage
cat Oikyo-*-linux-x86_64.AppImage.part* > Oikyo-linux-x86_64.AppImage
# 3. Make it executable
chmod +x Oikyo-linux-x86_64.AppImage
# 4. Run Oikyo
./Oikyo-linux-x86_64.AppImage
If FUSE is not installed:
# Ubuntu/Debian
sudo apt install libfuse2
# Fedora
sudo dnf install fuse
# Arch Linux
sudo pacman -S fuse2
System Requirements:
- Linux with kernel 3.10+ (Ubuntu 18.04+, Fedora 30+, etc.)
- 4 GB RAM (8 GB recommended)
- 5 GB free disk space
Getting Started
After installation:
- Launch Oikyo - The app will initialize on first run
- Sign in - Enter your email for a one-time login code, or sign in with Google/GitHub
- Create your first environment - Choose a pre-configured template (LLM Training, Evaluation, or Inference)
- Start training models - Browse the model library and begin fine-tuning!
Getting Started Guide: docs.oikyo.ai Community Discord: Join our Discord Support: GitHub Issues
Release Notes
See GitHub Releases for detailed changelog and release notes.