Compare commits

...

4 Commits

Author SHA1 Message Date
pluja 5be76abc77 add OpenWhispr 2026-03-17 10:49:12 +02:00
pluja 52f0a1fa23 remove qwant maps (#586) 2026-03-17 10:45:42 +02:00
pluja d59311e2ac Merge pull request #594 from dominiquevilain/dominiquevilain-patch-1
Add Bunny Fonts to Google Fonts replacements
2026-03-17 10:44:06 +02:00
Dominique Vilain cb00c97396 Add Bunny Fonts to Google Fonts replacements
Added Bunny Fonts as a privacy-friendly alternative to Google Fonts.
2025-12-24 11:31:16 +01:00
+4 -2
View File
@@ -46,6 +46,7 @@
- [Design Tools](#design-tools)
- [Developer Tools](#developer-tools)
- [IDEs](#ides)
- [Dictation / ASR]()
- [Domain Registrar](#domain-registrar)
- [Download Manager](#download-manager)
- [Encryption](#encryption)
@@ -567,6 +568,7 @@ If you need an app for **menstrual cycle tracking** please don't use any apps li
**Instead use**
### Google Fonts Replacements
- [coolLabs Fonts](https://fonts.coollabs.io/) - A privacy-friendly drop-in replacement for Google Fonts.
- [Bunny Fonts](https://fonts.bunny.net/) - Bunny Fonts is an open-source, privacy-first web font platform designed to put privacy back into the internet.
### Foundries
- [Velvetyne](https://www.velvetyne.fr/)
@@ -790,7 +792,6 @@ With email aliases, you can finally create a different identity for each website
**Instead use**
- [Open Street Map (OSM)](https://www.openstreetmap.org/) - OpenStreetMap is built by a community of mappers that contribute and maintain data about roads, trails, cafés, railway stations, and much more, all over the world.
- [OSMAnd](https://osmand.net/) - Android/iOS Navigation app using OSM. It is a feature-rich app with all you expect.
- [Qwant Maps](https://map.qwant.com/) - An OpenStreetMap-based private Google Maps alternative.
- [Organic Maps](https://organicmaps.app/) - Great offline maps for hikers and cyclists.
- [CoMaps](https://www.comaps.app/) - A community-led free & open source maps app based on OSM
@@ -1439,7 +1440,8 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [OpenAI Whisper](https://github.com/openai/whisper) - Whisper is a general-purpose speech recognition model that can be run locally offline. It can transcribe audio from and to multiple languages.
- [whisper.cpp](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model.
- [Whishper](https://whishper-docs.pages.dev/) - A whisper frontend with subtitle editing and translation capabilities.
- [Whishper](https://whishper-docs.pages.dev/) - A whisper frontend with subtitle editing and translation capabilities.
- [OpenWhispr](https://github.com/OpenWhispr/openwhispr) - Voice-to-text dictation and productivity app with AI agents, meeting transcription, notes, and local/cloud speech recognition. Privacy-first and available cross-platform. Open source alternative to wisprflow.
[Back to top 🔝](#contents)