This is the unofficial Kotlin Multiplatform client for the agile project management system taiga.io, targeting Android, iOS, and Desktop (Linux/macOS/Windows).
The previous author archived the original project. This version has been completely rewritten using Kotlin Multiplatform and Compose Multiplatform.
| Platform | Status | Distribution |
|---|---|---|
| Android | Released | Google Play & F-Droid |
| iOS | Builds & runs | Distribution TBD |
| Desktop (Linux / macOS / Windows) | Builds & runs | Distribution TBD |
iOS and Desktop builds are functional but distribution channels are not yet set up. If you want to try them, clone the repo and build locally — see Build Commands below.
| Dark Mode | Light Mode |
|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
- Projects
- Epics
- User stories
- Tasks
- Issues
- Sprints
- Profiles
- Wiki
- Dashboard
- Epics
- User stories
- Tasks
- Issues
- Sprints
- Wiki pages
- Leave and delete comments
- Kanban board (for sprints and user stories)
- Filters for user stories, epics, and issues
- Permissions validation
# Android
./gradlew :androidApp:assembleGplayDebug
./gradlew :androidApp:assembleFdroidDebug
# Desktop — run or package
./gradlew :composeApp:run
./gradlew :composeApp:packageDistributionForCurrentOS # .deb / .dmg / .msi
# iOS framework (called automatically by Xcode)
./gradlew :composeApp:linkReleaseFrameworkIosSimulatorArm64
./gradlew :composeApp:linkReleaseFrameworkIosArm64This project is a complete rewrite of the original TaigaMobile app (now archived), rebuilt from scratch with Kotlin Multiplatform, Compose Multiplatform, and modern architecture.














