Download FineTuneMyAI Daemon
Install the proprietary FineTuneMyAI local client daemon on your workstation, cluster node, or Mac.
Linux
Linux x86_64
NVIDIA CUDA 12.1+ & PyTorch 2.4. Debian, Ubuntu, Fedora, Arch.
curl -fsSL https://finetunemyai.com/install-linux.sh | bash
macOS
Apple Silicon (M1-M4)
Native Apple MLX backend with unified memory acceleration.
curl -fsSL https://finetunemyai.com/install.sh | bash
Direct curl installer verified (Homebrew tap in review)
Windows
Windows 11 x64
NVIDIA RTX with CUDA 12.x or WSL2 environment.
irm https://finetunemyai.com/install.ps1 | iex
Direct PowerShell installer verified (Winget package in review)
Quickstart In 30 Seconds
# 1. Run local agent pairing
finetunemyai pair --code <6_DIGIT_PAIRING_CODE>
# 2. Start OS background service
finetunemyai service start
Verifiable Local Architecture:The local agent operates strictly within your machine, executing only allowlisted commands with zero uploads of model weights or datasets.
Security Architecture