SkillAgentSearch skills...

Frigoligo

Your articles with you

Install / Use

/learn @casimir/Frigoligo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Frigoligo

Chat on Matrix Translation status Test coverage

Frigoligo is a wallabag client crafted using Flutter. Its core philosophy is to prioritize pragmatism and adhere to best practices when it makes sense.

Frigoligo aims to be:

  1. KISS: Keep It Simple, Stupid. It should feel light and functional.
  2. Universal: Provides a consistent experience on Android, iOS, macOS, Linux and Windows.
  3. Pluggable: Can be integrated into any workflows easily, using deep links and OS integrations.
  4. Offline first: Works offline as much as possible and keeps synchronization efficient.
  5. Innovative: Experiment with new ideas on top of the solid backend that is wallabag.

Installation

<p> <a href="https://apps.apple.com/us/app/frigoligo/id6451362294"><img src="./assets/logos/badge_apple_app_store.svg" alt="Download on the App Store" width="180" height="60" /></a> <a href="https://play.google.com/store/apps/details?id=net.casimirlab.frigoligo"><img src="./assets/logos/badge_google_play_store.svg" alt="Get it on Google Play" width="180" height="60" /></a> <a href="https://f-droid.org/fr/packages/net.casimirlab.frigoligo/"><img src="./assets/logos/badge_fdroid.svg" alt="Download on F-Droid" width="180" height="60" /></a> <a href="https://apt.izzysoft.de/fdroid/index/apk/net.casimirlab.frigoligo"><img src="./assets/logos/badge_izzyondroid.svg" alt="Download on F-Droid (Izzy)" width="180" height="60" /></a> </p> <p> <a href="https://flathub.org/apps/details/net.casimirlab.frigoligo"><img src="./assets/logos/badge_flathub.svg" alt="Download on Flathub" width="180" height="60" /></a> </p>

You can also download the installer from the latest release for the following platforms: Android (apk), Linux, AppImage and Windows.

It is also possible to use Frigoligo as a web app, available here. Note that this is still experimental and that it is automatically updated with the latest commits on the main branch.

Features

Missing but planned features are tracked in the issues.

A full history of changes is available in CHANGELOG.md.

Screenshots

| Mobile | Desktop | Mobile (dark) | |:-----------------------------------------------------------------------------------------------------------:|:-------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------:| | mobile screenshot | desktop screenshot | mobile dark screenshot |

Deeplinks

Frigoligo supports a few deeplinks that allow it to be integrated into external workflows. All platforms except Linux are supported.

Links format

Deeplinks are based on a custom scheme, the URI path is used to determine the action to perform.

The following link will open the app and perform the action action with the given parameters param1 (hello) and param2 (Günther). Note that the host x is just here for readability and is ignored.

frigoligo://x/action?param1=hello&param2=G%C3%BCnther

Actions

/?articleId=:articleId

Open the article with the given ID respecting the correct app navigation mode.

| Parameter | Description | Required | |-------------|-----------------------------------------|----------| | articleId | The wallabag ID of the article to open. | Yes |

/login

Open the login page and prefill the given credentials. Be aware that such a link in the wild weakens the security of your account.

| Parameter | Description | Required | |----------------|------------------------------|----------| | server | Your wallabag server URL. | No | | clientId | Your wallabag client ID. | No | | clientSecret | Your wallabag client secret. | No | | username | Your wallabag username. | No | | password | Your wallabag password. | No |

/logs

Open the log console. Useful to debug issues when the application is soft lock.

/save

Save a new article. This is super useful to integrate article saving from an external workflow.

| Parameter | Description | Required | |-----------|---------------------------------|----------| | url | The URL of the article to save. | Yes |

License

Licensed under the MIT. See LICENSE for details.

Translations

You can help translate Frigoligo into your language by using Weblate. Please come and help!

Note that, to be used in the application, the translation must be at least 80% complete.

Translation status

Related Skills

View on GitHub
GitHub Stars144
CategoryDevelopment
Updated5d ago
Forks8

Languages

Dart

Security Score

100/100

Audited on Mar 24, 2026

No findings