Welcome! This document is for users who have downloaded the Windows installer (.exe) for taskAI.
- Operating System: Windows 10 or above (x64).
- Database: Local or remote MySQL server instance accessible from your PC.
- Node.js: Not required for using the packaged app.
- Ensure you have a running MySQL database (local or remote).
- Create a database and note your user/password.
On first launch, the app will look for an environment file at:
%APPDATA%\taskAI\.env
Example .env:
DB_HOST=localhost
DB_PORT=3306
DB_USER=your_mysql_user
DB_PASSWORD=your_mysql_password
DB_NAME=taskai_db
# Optional: Change app port or other config
For advanced options, place a config.json in the same %APPDATA%\taskAI\ folder.
- See documentation or
config-sample.jsonfor supported keys.
- Manage complex task flows with AI-powered suggestions.
- Local, secure authentication and data storage via MySQL.
- Extensible via external plugins.
- Automatic data backups (see settings).
- App won’t start: Check if MySQL is running and
.envis present at%APPDATA%\taskAI\. - Incorrect connection/config: Review
.envfor typos; logs are in%APPDATA%\taskAI\logs\. - Updates: Download latest
.exefrom the releases page.
- Use “Add or Remove Programs” in Windows to uninstall.
- To fully remove all local data/settings, delete
%APPDATA%\taskAI\.
You do not need Node.js or npm to use this app!
Build scripts, packaging config, and source code details are maintained in the main repository under /release and /app.
- Ignore
builder-debug.yml,.blockmap, and other installer files unless you are developing or packaging.
- Documentation & FAQ ← update with project docs link
- Report issues



