1
0
Fork
You've already forked foss
0
📄 Selection of FOSS for Windows, macOS and Linux
  • Python 92.7%
  • Shell 7.3%
2026年01月31日 12:28:31 +01:00
icons migrate 2026年01月31日 12:19:55 +01:00
_todo migrate 2026年01月31日 12:19:55 +01:00
build.py migrate 2026年01月31日 12:19:55 +01:00
build.sh migrate 2026年01月31日 12:19:55 +01:00
data.json eu 2026年01月31日 12:28:31 +01:00
LICENSE migrate 2026年01月31日 12:19:55 +01:00
lint.sh migrate 2026年01月31日 12:19:55 +01:00
overview-en.md eu 2026年01月31日 12:28:31 +01:00
overview-es.md migrate 2026年01月31日 12:19:55 +01:00
overview-nl.md eu 2026年01月31日 12:28:31 +01:00
README.md migrate 2026年01月31日 12:19:55 +01:00
requirements-dev.txt migrate 2026年01月31日 12:19:55 +01:00
requirements.txt migrate 2026年01月31日 12:19:55 +01:00

F-Droid

Selection of FOSS for Windows, macOS and Linux

Overviews

The overviews are:

Build

Install

sudo apt-get -y install python3-pip python3-venv
python3 -m venv .venv
. .venv/bin/activate
pip install -Ur requirements.txt

Run

./build.sh

TODO

https://get.alternative.to/

whatsapp -> telegram / signal

https://desktop.telegram.org/ https://syncthing.net/ https://signal.org/ https://apps.ankiweb.net/ https://mixxx.org/ https://desktop.jitsi.org/ https://mattermost.com/ https://handbrake.fr/ https://matrix.org/ecosystem/clients/ https://element.io/ https://mifi.no/losslesscut/

Development

Install

. .venv/bin/activate
pip install -Ur requirements-dev.txt

Run

checkbashisms *.sh
./lint.sh