"The easiest and fastest portable issue tracker for beginners"
EasyGo Issue is a Zero-Config, Run & Go issue tracking system built with Vue.js and Node.js (SQLite).
No installation required. Best for non-developers.
- Download the project folder.
- Double-click
start_app.bat. - The app will automatically open in your browser.
Note: This portable version uses an embedded
node.exe(Official Node.js Binary) located in thebinfolder. It is safe and secure.
If you want to modify the code or contribute:
- Clone the repository:
git clone https://github.com/bisibesi/easygo-issue.git cd easygo-issue - Install dependencies:
npm install
- Run Development Server:
npm run dev
- Portability: Carry the entire app on a USB drive. All data is stored in
server/database.sqlite. - Issue Management: Create, filter, and track issues with ease.
- Schedule (Gantt): Visualize your timeline.
- Wiki: Integrated documentation system.
- VCS Integration: Connect Git/SVN repositories via
vcs_config.json.
- Admin:
admin/admin123 - User:
user/user123
โ ๏ธ IMPORTANT: For your security, please change the default password immediately after your first login via the Admin menu.
- Frontend: Vue.js 3
- Backend: Node.js (Express)
- Database: SQLite
This project was created in collaboration with Antigravity, an AI Development Agent by Google DeepMind.
ยฉ 2026 EasyGo Issue Team. Licensed under the MIT License.