An open API service indexing awesome lists of open source software.

https://github.com/exoad/linkvault

Personal Android hub (links module)
https://github.com/exoad/linkvault

Last synced: 6 days ago
JSON representation

Personal Android hub (links module)

Awesome Lists containing this project

README

          

# linkvault

**Personal Android hub** — links module today, room to grow.

[![License: GPL v3](https://img.shields.io/github/license/exoad/linkvault?style=flat-square)](LICENSE)
[![Release](https://img.shields.io/github/v/release/exoad/linkvault?style=flat-square)](https://github.com/exoad/linkvault/releases/latest)
[![CI](https://img.shields.io/github/actions/workflow/status/exoad/linkvault/ci.yml?branch=main&style=flat-square&label=CI)](https://github.com/exoad/linkvault/actions/workflows/ci.yml)
[![Flutter](https://img.shields.io/badge/Flutter-stable-02569B?style=flat-square&logo=flutter&logoColor=white)](https://flutter.dev)
[![Platform](https://img.shields.io/badge/Platform-Android-3DDC84?style=flat-square&logo=android&logoColor=white)](https://www.android.com)

[Download APK](https://github.com/exoad/linkvault/releases/latest) · [Releases](https://github.com/exoad/linkvault/releases) · [Security](SECURITY.md) · [How to release](RELEASE.md)

---

Not a public product — built for personal use. Source is public under [GPL-3.0](LICENSE).

## Features

| | |
|---|---|
| **Offline folders** | Organize links; mandatory **Unfiled** inbox |
| **Paste to save** | Add links from clipboard with metadata fetch |
| **Folder PIN** | Optional 4-digit lock per folder |
| **Material 3** | System / light / dark, dynamic color on Android 12+ |
| **On-demand updates** | Install newer builds from GitHub Releases in **Settings** |

## Quick start

```bash
git clone https://github.com/exoad/linkvault.git
cd linkvault
flutter pub get
flutter run
```

Prefer a binary? Grab the latest **`linkvault-*.apk`** from [Releases](https://github.com/exoad/linkvault/releases/latest), or open the app → **Settings** → **Check for updates**.

## Develop

```bash
flutter analyze
flutter test
flutter build apk --release
```

Tagging and CI releases: see [RELEASE.md](RELEASE.md).

## License

This project is licensed under the [GNU General Public License v3.0](LICENSE) (full text from the [FSF](https://www.gnu.org/licenses/gpl-3.0.txt)).