fediverse-archiving-tools/friendica_archive_browser/README.md

1.2 KiB

A Friendica Archive Viewer

A Flutter-based cross platform desktop application for viewing the Friendica account archive that a user can generate with the command line tool in this same project

Installation

To install the Friendica Archive Browser you simply have to download the latest release from the project release directory for your given platform. Then unzip the folder and you are ready to run. On Mac and Windows you will get a warning about an "unknown publisher" since this is beta software that is not installed or signed through the respective app stores. App store versions will come in the near future.

Building

In order to build this application you will need to have installed Flutter. Installation instructions for various platforms are here. Once you have that installed it is as easy as navigating to the respective directory on the command line and executing:

On Linux:

flutter run -d linux

On Mac:

flutter run -d macos

On Windows:

flutter run -d windows

Please report any bugs or feature requests with our issue tracker.