| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Eigent-0.0.89-arm64-mac.zip | 2026-03-25 | 710.6 MB | |
| Eigent-0.0.89-arm64-mac.zip.blockmap | 2026-03-25 | 709.8 kB | |
| Eigent-0.0.89-arm64.dmg | 2026-03-25 | 728.4 MB | |
| Eigent-0.0.89-arm64.dmg.blockmap | 2026-03-25 | 755.4 kB | |
| Eigent-0.0.89-mac.zip | 2026-03-25 | 727.9 MB | |
| Eigent-0.0.89-mac.zip.blockmap | 2026-03-25 | 726.3 kB | |
| Eigent-0.0.89.AppImage | 2026-03-25 | 754.2 MB | |
| Eigent-0.0.89.dmg | 2026-03-25 | 736.9 MB | |
| Eigent-0.0.89.dmg.blockmap | 2026-03-25 | 764.3 kB | |
| Eigent.Setup.0.0.89.exe | 2026-03-25 | 1.1 GB | |
| Eigent.Setup.0.0.89.exe.blockmap | 2026-03-25 | 1.1 MB | |
| latest-arm64-mac.yml | 2026-03-25 | 506 Bytes | |
| latest-linux.yml | 2026-03-25 | 367 Bytes | |
| latest-mac.yml | 2026-03-25 | 488 Bytes | |
| latest-x64-mac.yml | 2026-03-25 | 488 Bytes | |
| latest.yml | 2026-03-25 | 345 Bytes | |
| README.md | 2026-03-25 | 997 Bytes | |
| v0.0.89 source code.tar.gz | 2026-03-25 | 36.0 MB | |
| v0.0.89 source code.zip | 2026-03-25 | 37.5 MB | |
| Totals: 19 Items | 4.8 GB | 3 | |
What's New
Server Refactor v1 (#1509)
The server codebase has been restructured to a domain-driven architecture for better maintainability and scalability. No API endpoints or database schemas were changed.
app/component/ → app/core/ | app/controller/ → app/domains/*/api/ | app/service/ → app/domains/*/service/
Other Changes
- Add security auditor as a default example skill
- Clarify token usage in chat header with tooltip showing task & project totals
- Fix long task text overflowing the ChatBox task card
- Update skill creator
⚠️ Upgrade Notice (Local Deployment Users)
This release includes a breaking change for the server. If you are running a local deployment, you must take action:
Docker users:
:::bash
cd server
docker-compose up --build -d
Non-Docker users: Restart your server process after pulling the latest code.
Electron app users: Simply restart the application.