https://github.com/checkernetwork/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/checkernetwork/desktop
Last synced: about 1 year 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/checkernetwork/desktop
- Owner: CheckerNetwork
- License: other
- Created: 2022-02-09T11:33:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-02T02:35:39.000Z (about 1 year ago)
- Last Synced: 2025-04-02T21:56:36.529Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://www.filstation.app
- Size: 37 MB
- Stars: 67
- Watchers: 10
- Forks: 14
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Filecoin Station
[](https://protocol.ai/)
[](https://filecoin.io/)
[](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)