A friendly process analyst for your event logs.
Import a log, explore the process, and ask questions in plain language.
🪟 Download for Windows | All releases
Traceory is a local desktop app for people who want process-mining insight without learning a query language first.
| Explore | Understand |
|---|---|
| 🗺️ Process maps | See activities, paths, frequency, and waiting time |
| 🔎 Cases and variants | Compare common routes and inspect unusual cases |
| 💬 AI process analyst | Ask about delays, rework, risk, and improvements |
| 📚 Process documents | Add PDF, Markdown, or text policies for grounded answers |
- Download and install the latest Windows release.
- Import a
.csvor.xlsxevent log. - Confirm the case ID, activity, and timestamp columns.
- Explore the map, statistics, variants, and cases.
- Optionally add your own OpenAI API key and ask the analyst a question.
Use the EN / DE selector in the app header to switch between English and
German. Agent answers follow the selected language.
Traceory checks GitHub Releases at startup and can download, verify, and install new versions from inside the desktop app.
💡 No API key? The process map, statistics, variants, and case explorer still work. AI features are optional.
Your event logs, settings, and generated files stay on your computer. Traceory does not ship with an API key and does not perform real ERP, email, database, or RPA actions.
The preview is currently available for Windows x64. An unsigned preview may show a Windows SmartScreen warning. Release downloads include a matching SHA-256 checksum.
Build from source
- Python 3.14
- Node.js 22
git clone https://github.com/ghksdl6025/Traceory.git
cd Traceory
python -m pip install -r requirements-dev.txt
python -m pytestcd src/frontend
npm install
npm run buildpowershell -ExecutionPolicy Bypass -File src/scripts/build_windows_app.ps1All application source lives under src/. Tests and sample logs stay at the
repository root.
Traceory is available under the MIT License. See Privacy and Security for details.
