Installation Guide
Get up and running with Academic Workflow Suite in minutes.
Quick Start
The fastest way to install Academic Workflow Suite on your system:
# Using Homebrew (recommended)
brew install academic-workflow-suite
# Or download the installer
curl -sSL https://install.academic-workflow.org | bash
# Using the install script
curl -sSL https://install.academic-workflow.org | bash
# Or using package managers:
# Debian/Ubuntu
sudo apt install academic-workflow-suite
# Fedora/RHEL
sudo dnf install academic-workflow-suite
# Arch Linux
yay -S academic-workflow-suite
# Using Windows Package Manager
winget install AcademicWorkflowSuite
# Or using Chocolatey
choco install academic-workflow-suite
# Or download the MSI installer from the download page
System Requirements
Minimum Requirements
- OS: macOS 11+, Windows 10+, or Linux (kernel 4.15+)
- CPU: Dual-core processor (x86_64 or ARM64)
- RAM: 4 GB
- Storage: 500 MB available space
- Optional: Internet connection for LMS sync
Recommended Requirements
- OS: Latest stable version
- CPU: Quad-core processor or better
- RAM: 8 GB or more
- Storage: 2 GB available space (for AI models)
- GPU: Optional, for faster AI processing
About AI Models
The base installation includes lightweight AI models (~200MB). For enhanced feedback quality, you can optionally download advanced models (up to 2GB) during or after installation.
Detailed Installation Steps
Download the Installer
Visit the download page and select the installer for your platform:
- macOS:
AWS-macOS-v1.0.0.dmg(Apple Silicon or Intel) - Windows:
AWS-Windows-v1.0.0.msi - Linux:
AWS-Linux-v1.0.0.AppImageor distribution-specific packages
Verify the Download (Optional but Recommended)
Verify the integrity of your download using checksums:
# macOS/Linux
sha256sum AWS-*.dmg
# Compare with published checksum
# Windows (PowerShell)
Get-FileHash AWS-*.msi -Algorithm SHA256
Run the Installer
- macOS: Open the DMG file and drag Academic Workflow Suite to Applications
- Windows: Double-click the MSI file and follow the installation wizard
- Linux: Make the AppImage executable and run it, or use your package manager
Initial Configuration
Launch Academic Workflow Suite and complete the setup wizard:
- Choose your preferred language and region
- Configure data storage location (default:
~/AcademicWorkflow) - Enable or disable AI features and select models
- Set up encryption passphrase (required for data security)
- Optionally configure LMS integration
Verify Installation
Confirm everything is working correctly:
# Check version
aws --version
# Run system check
aws doctor
# Expected output:
# ✓ All systems operational
# ✓ AI models loaded
# ✓ Storage accessible
# ✓ No issues detected
Video Tutorial
Installation Walkthrough
5 minute video showing the complete installation processVideo coming soon! Subscribe to our blog for updates.
LMS Integration Setup
Connect Academic Workflow Suite with your Learning Management System:
- Log into your OU account and navigate to Settings
- Generate an API token under "Integrations"
- In AWS, go to Settings → Integrations → Add LMS
- Select "Open University" and paste your API token
- Click "Test Connection" to verify
- Access your Moodle site as an administrator
- Navigate to Site Administration → Plugins → Web Services
- Enable web services and create a token for your account
- In AWS, select "Moodle" integration and enter your site URL
- Paste the token and authorize the connection
- Log into Canvas and click on Account → Settings
- Scroll to "Approved Integrations" and click "+ New Access Token"
- Give it a purpose (e.g., "Academic Workflow Suite") and generate
- Copy the token (shown only once!)
- In AWS, add Canvas integration with your institution's Canvas URL and token
Troubleshooting
Installation fails on macOS
Issue: "App cannot be opened because it is from an unidentified developer"
Solution:
- Right-click the app and select "Open"
- Click "Open" in the security dialog
- Alternatively: System Preferences → Security & Privacy → Allow app
AI models not loading
Issue: Error message "Failed to load AI models"
Solution:
- Ensure you have at least 500MB free disk space
- Run
aws models downloadto re-download - Check firewall isn't blocking downloads
- Try manual model installation from downloads
LMS connection fails
Issue: Cannot connect to Learning Management System
Solution:
- Verify your API token is still valid
- Check the LMS URL is correct (including https://)
- Ensure your network allows connections to the LMS
- Try regenerating the API token in your LMS
Permission errors on Linux
Issue: "Permission denied" when running commands
Solution:
- Make the binary executable:
chmod +x academic-workflow-suite - Ensure your user has write access to the data directory
- Don't run as root unless necessary
Still Having Issues?
We're here to help! Check these resources: