Complete setup for Alertness AI Suite on Windows
Python is required to run Alertness AI Suite. Download and install from the official website.
Verify installation: Open Command Prompt and run:
python --version
FFmpeg is required for video and audio processing. Install using Windows Package Manager (recommended):
Option A - Using winget (Recommended):
Open PowerShell as Administrator and run:
winget install FFmpeg
Option B - Manual Installation:
📥 Download FFmpeg Manually
Download "ffmpeg-release-essentials.zip", extract, and add the bin folder to your system PATH.
Verify installation:
ffmpeg -version
Claude Code is Anthropic's AI coding assistant that powers Alertness AI Suite.
Open PowerShell as Administrator and run:
irm https://claude.ai/install.ps1 | iex
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Verify installation:
claude --version
Claude Code requires the Anthropic Max subscription ($100/month) for unlimited usage, or API credits.
🚀 Get Max Plan ($100/month) 💳 Or Use API CreditsAfter subscribing, run claude in your terminal and follow the login prompts.
Windows Subsystem for Linux provides a better development experience:
wsl --install
Restart your computer after installation. WSL gives you access to Linux tools and better terminal support.
Run these commands to verify everything is installed correctly:
python --version # Should show 3.11+
pip --version # Should show pip for Python 3.11+
ffmpeg -version # Should show FFmpeg info
claude --version # Should show Claude Code version