Skip to content
@LinkoraApp

Linkora

self-hostable link management solution for Android and desktop with browser extension.

Linkora

Linkora lets you save and organise links across your devices.

The pieces

Linkora App - The main app for Android and desktop. Save links, organise them into folders, and search through them. Works offline, syncs when connected.

Sync Server - A server you run on your computer or VPS. Keeps everything in sync between devices.

Browser Extension - Save link metadata to your Linkora folders from your browser. Create folders and subfolders, and choose where to save each link.

Localization Server - Serves up translations for the app. Contributors maintain translations in different languages, and the app is updated with new text without requiring a new version. You can contribute too - check the localization server readme to see how.

Overview

graph TB
    A[Linkora App<br/>Android/Desktop] --> B[Sync Server<br/>Self-hosted]
    C[Browser Extension] --> B
    D[Localization Server<br/>Translations] --> A
    
    B --> E[Sync Database<br/>MySQL/PostgreSQL/SQLite]
    A --> F[Local App Database]
    C --> G[Local Extension Storage]
    
    H[Web Browser] --> C
    I[Android Mobile] --> A
    J[Desktop] --> A
    
    style A fill:#1976D2,color:#FFFFFF
    style B fill:#388E3C,color:#FFFFFF
    style C fill:#F57C00,color:#FFFFFF
    style D fill:#7B1FA2,color:#FFFFFF
    style E fill:#455A64,color:#FFFFFF
    style F fill:#5D4037,color:#FFFFFF
    style G fill:#5D4037,color:#FFFFFF
Loading

Pinned Loading

  1. Linkora Linkora Public

    Link organizer for Android and desktop with self-hosted sync.

    Kotlin 625 20

  2. sync-server sync-server Public

    self-hostable sync-server for Linkora with browser extension support.

    Kotlin 28 3

  3. browser-extension browser-extension Public

    Browser extension for saving web links to Linkora via sync-server.

    JavaScript 5

Repositories

Showing 5 of 5 repositories

Most used topics

Loading…