Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filecoin-station/desktop
Station is a visionary desktop app that connects your computer’s idle resources to the Filecoin network and rewards you with FIL. Taking part is simple, just launch the app and start earning.
https://github.com/filecoin-station/desktop
Last synced: 2 days ago
JSON representation
Station is a visionary desktop app that connects your computer’s idle resources to the Filecoin network and rewards you with FIL. Taking part is simple, just launch the app and start earning.
- Host: GitHub
- URL: https://github.com/filecoin-station/desktop
- Owner: filecoin-station
- License: other
- Created: 2022-02-09T11:33:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T18:42:29.000Z (2 months ago)
- Last Synced: 2024-10-29T20:10:44.021Z (2 months ago)
- Language: TypeScript
- Homepage: https://www.filstation.app
- Size: 33.5 MB
- Stars: 61
- Watchers: 11
- Forks: 13
- Open Issues: 60
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Filecoin Station
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai/)
[![](https://img.shields.io/badge/project-Filecoin-blue.svg?style=flat-square)](https://filecoin.io/)
[![ci](https://github.com/filecoin-station/desktop/actions/workflows/ci.yml/badge.svg)](https://github.com/filecoin-station/desktop/actions/workflows/ci.yml)Filecoin Station is a desktop app that connects your computer’s idle resources
to the Filecoin network and rewards you with Filecoin. Taking part is simple,
just launch the app and start earning. Learn more at
[filstation.app](https://filstation.app).## Install
Release notes and all versions of Filecoin Station can be found on the
[releases page](https://github.com/filecoin-station/desktop/releases).Each release has packages for desktop platforms:
- Windows: `.exe`
- macOS: `.dmg`
- Linux: `.AppImage`Currently this application uses `libsecret`. Depending on your distribution,
you will need to run the following command:- Debian/Ubuntu: `sudo apt-get install libsecret-1-dev`
- Red Hat-based: `sudo yum install libsecret-devel`
- Arch Linux: `sudo pacman -S libsecret`## Documentation
See [`/docs`](./docs)
## Security
See [`SECURITY.md`](./SECURITY.md)
## License
[SPDX-License-Identifier: Apache-2.0 OR MIT](LICENSE.md)