https://github.com/LinkoraApp/Linkora
Powerful link organizer for Android and desktop with self-hosted sync.
https://github.com/LinkoraApp/Linkora
android android-application compose-multiplatform jetpack-compose kmp kotlin-android kotlin-multiplatform material3
Last synced: 3 months ago
JSON representation
Powerful link organizer for Android and desktop with self-hosted sync.
- Host: GitHub
- URL: https://github.com/LinkoraApp/Linkora
- Owner: LinkoraApp
- License: mit
- Created: 2023-06-02T20:02:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-14T21:47:42.000Z (3 months ago)
- Last Synced: 2025-07-15T02:25:24.537Z (3 months ago)
- Topics: android, android-application, compose-multiplatform, jetpack-compose, kmp, kotlin-android, kotlin-multiplatform, material3
- Language: Kotlin
- Homepage:
- Size: 331 MB
- Stars: 605
- Watchers: 13
- Forks: 18
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-list - LinkoraApp/Linkora - Link organizer for Android and desktop with self-hosted sync. (Kotlin)
README
# Linkora
Save, organize, and sync your links between Android and desktop. Whether you're bookmarking something quickly or managing a structured folder hierarchy, Linkora handles it all with optional self-hosted sync.
A browser extension is available for saving web links directly to Linkora via sync server.
[Extension repo](https://github.com/LinkoraApp/browser-extension) | [sync server](https://github.com/LinkoraApp/sync-server)
## Download
[
](https://github.com/sakethpathike/Linkora/releases) [
](https://f-droid.org/packages/com.sakethh.linkora)
## Features
- **Organize links** with unlimited folders and subfolders and easily copy and move links between folders
- **Multiple view layouts** (Grid, List, Staggered views) with AMOLED theme support
- **Highlight important links** and archive old ones for clean organization
- **Customize link names** and auto-recognize images/titles from web pages
- **Share from other apps** (Android) and add folders to **_Panels_** for quick access
- **Sort, search, import/export** data in JSON and HTML formats with auto-backups
- **Keep your links in sync** across devices with optional [self-hostable server](https://github.com/LinkoraApp/sync-server)[Server setup instructions](docs/ServerConnectionSetup.md) · [How sync works](https://sakethpathike.github.io/blog/synchronization-in-linkora)
## Screenshots
### Desktop
| | |
|--------------------|--------------------|
|  |  |
|  |  |### Mobile
| | | | |
|--------------------|--------------------|--------------------|--------------------|
|  |  |  |  |
|  |  |  |  |### Sharing from other apps
## Built with
- Kotlin Multiplatform + Compose Multiplatform + Material 3
- SQLite with Room (local storage) + Ktor (networking)
- Coroutines and Flows for async operations
- jsoup for HTML parsing and metadata extraction
- Coil for image loading## Support
⭐️ **Star the repo** if you find Linkora useful
[](https://ko-fi.com/sakethpathike)
## Community
[](https://discord.gg/ZDBXNtv8MD)
---
**Contributing?** See the [contributing guide](CONTRIBUTING.md) · **License:** MIT