Installation
Prerequisites
Section titled “Prerequisites”Before installing chro, ensure you have the following set up:
- Node.js 18+ - Required for AI coding tools
- Git & GitHub - Required for version control
- Claude Code or OpenAI Codex - AI coding assistant
System Requirements
Section titled “System Requirements”| Requirement | Minimum | Recommended |
|---|---|---|
| macOS | 12.0 (Monterey) | 14.0 (Sonoma) |
| Memory | 4GB available | 8GB+ available |
| Storage | 500MB | 1GB+ |
| Processor | Intel Core i5 / M1 | M2/M3 |
Windows
Section titled “Windows”| Requirement | Minimum | Recommended |
|---|---|---|
| Windows | 10 (21H2) | 11 (23H2) |
| Memory | 4GB available | 8GB+ available |
| Storage | 500MB | 1GB+ |
| Processor | Intel Core i5 / AMD Ryzen 5 | Intel Core i7 / AMD Ryzen 7 |
macOS Installation
Section titled “macOS Installation”Download
Section titled “Download”Apple Silicon
Section titled “Apple Silicon”For Mac with Apple Silicon (M1, M2, M3, or later):
curl -LO https://github.com/n-asuy/chronist-ai/releases/latest/download/chro-arm64.dmgOr download directly from the releases page.
Intel Mac
Section titled “Intel Mac”For Mac with Intel processor:
curl -LO https://github.com/n-asuy/chronist-ai/releases/latest/download/chro.dmgOr download directly from the releases page.
Installation Steps
Section titled “Installation Steps”1. Open the DMG file
Section titled “1. Open the DMG file”Double-click the downloaded .dmg file to mount it.
2. Install the application
Section titled “2. Install the application”Drag the chro icon to the Applications folder.
3. Launch chro
Section titled “3. Launch chro”Open chro from your Applications folder or use Spotlight (Cmd + Space, type “chro”).
4. Allow security permissions
Section titled “4. Allow security permissions”On first launch, macOS may show a security warning. Go to System Preferences > Security & Privacy and click “Open Anyway”.
Verify Installation
Section titled “Verify Installation”To verify chro is installed correctly:
- Open chro from Applications
- The welcome screen should appear
- Check the menu bar for the chro icon
Tip: If you encounter any issues during installation, check our troubleshooting guide or open an issue on GitHub.
Uninstalling (macOS)
Section titled “Uninstalling (macOS)”To remove chro from your Mac:
- Quit chro if it’s running
- Open Finder and go to Applications
- Drag chro to the Trash
- Empty the Trash to complete removal
Note: Your knowledge files and settings are stored in
~/Library/Application Support/chro/. Remove this folder if you want to completely clean up.
Windows Installation
Section titled “Windows Installation”Download
Section titled “Download”Download the Windows installer from the releases page:
# Using PowerShellInvoke-WebRequest -Uri "https://github.com/n-asuy/chronist-ai/releases/latest/download/chro-Setup.exe" -OutFile "chro-Setup.exe"Or download directly from the releases page.
Installation Steps
Section titled “Installation Steps”1. Run the installer
Section titled “1. Run the installer”Double-click the downloaded chro-Setup.exe file.
2. Allow Windows SmartScreen
Section titled “2. Allow Windows SmartScreen”If Windows SmartScreen appears, click “More info” then “Run anyway”.
3. Follow the installation wizard
Section titled “3. Follow the installation wizard”- Accept the license agreement
- Choose installation location (default recommended)
- Click “Install”
4. Launch chro
Section titled “4. Launch chro”After installation, chro will be available in your Start Menu.
Verify Installation
Section titled “Verify Installation”To verify chro is installed correctly:
- Open chro from the Start Menu
- The welcome screen should appear
- Check the system tray for the chro icon
Uninstalling (Windows)
Section titled “Uninstalling (Windows)”To remove chro from Windows:
- Open Settings > Apps > Installed apps
- Find “chro” in the list
- Click the three dots menu and select Uninstall
- Follow the uninstaller prompts
Note: Your knowledge files and settings are stored in
%APPDATA%\chro\. Remove this folder if you want to completely clean up.
Updating
Section titled “Updating”chro includes auto-update functionality. When a new version is available:
- A notification will appear in the app
- Click “Update” to download and install
- Restart chro to apply the update
You can also manually check for updates:
- macOS: chro > Check for Updates in the menu bar
- Windows: Help > Check for Updates in the application menu