Ankigen is a desktop application built with Wails (Go + WebView) and Vue. It extracts text from files (TXT, PDF, DOCX, etc.), optionally splits or paginates the content, and generates Anki-ready cards using LLM-driven or rule-based logic.
Start development server:
Prerequisites
- Go (>= 1.18)
- Node.js (>= 16) and npm or yarn
- Wails CLI: go install github.com/wailsapp/wails/v2/cmd/wails@latest
Quick start
go mod download
wails devBuild the app
wails buildThis project is licensed under the MIT License — see the LICENSE file for details.