Complete setup for Alertness AI Suite
Homebrew is the package manager for macOS:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install python@3.11
Verify:
python3 --version
brew install ffmpeg
Verify:
ffmpeg -version
Open Terminal and run:
curl -fsSL https://claude.ai/install.sh | bash
Verify:
claude --version
sudo apt update && sudo apt upgrade -y
sudo apt install python3.11 python3.11-venv python3-pip -y
sudo add-apt-repository ppa:deadsnakes/ppa -y && sudo apt update
sudo apt install ffmpeg -y
curl -fsSL https://claude.ai/install.sh | bash
sudo dnf update -y
sudo dnf install python3.11 python3-pip -y
Enable RPM Fusion first (for FFmpeg):
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm -y
Then install FFmpeg:
sudo dnf install ffmpeg -y
curl -fsSL https://claude.ai/install.sh | bash
Claude Code requires the Anthropic Max subscription ($100/month) for unlimited usage.
🚀 Get Max Plan ($100/month) 💳 Or Use API CreditsAfter subscribing, run claude and follow the login prompts.
Run these commands to verify everything is installed:
python3 --version # Should show 3.11+
pip3 --version # Should show pip
ffmpeg -version # Should show FFmpeg info
claude --version # Should show Claude Code version