Installation
Get PersonnnOS running on your machine in 30 seconds
macOS & Linux
Recommended Method
One command installs everything you need:
curl -fsSL https://personnn.com/install.sh | sh
Installs PersonnnOS CLI
Sets up all dependencies
Adds to PATH automatically
Windows
PowerShell
Run in PowerShell (as Administrator):
iwr https://personnn.com/install.ps1 | iex
Verify Installation
Check that PersonnnOS is installed correctly:
$ personnn --version PersonnnOS v0.1.0