Compare commits

..

5 Commits

Author SHA1 Message Date
Brian Rayburn
ebbce654b9
Merge 087f112e1f into 75842e8fac 2024-02-10 04:26:36 -08:00
pluja
75842e8fac
Remove LMStudio, Add Jan (chatgpt alternatives) 2024-02-10 10:49:39 +01:00
pluja
0819ff7862
Add continue as copilot alternative, sort alphabetically 2024-02-10 10:47:40 +01:00
pluja
cb32948cc4
Merge pull request #418 from titanism/patch-1
fix: removed Skiff (since defunct and shutting down in 6 months)
2024-02-10 06:06:04 +01:00
titanism
06c207d03a
fix: removed Skiff (since defunct and shutting down in 6 months)
Skiff is defunct and shutting down in 6 months, this PR removes it.

https://skiff.com/data-migration

It also adds Forward Email, which is the only 100% open source service and has been around since 2017.
2024-02-09 19:13:33 -06:00

View File

@ -233,16 +233,17 @@ When using cloud-based AI services, the data you input is often collected and st
#### ChatGPT #### ChatGPT
- [llama.cpp](https://github.com/ggerganov/llama.cpp) - Inference of Facebook's LLaMA model in pure C/C++ so it can run locally on a CPU. - [llama.cpp](https://github.com/ggerganov/llama.cpp) - Inference of Facebook's LLaMA model in pure C/C++ so it can run locally on a CPU.
- [LMStudio](https://lmstudio.ai/) - Run LLMs on your laptop, entirely offline with a beautiful UI. - [Jan](https://github.com/janhq/jan) - Jan is an open source alternative to ChatGPT that runs 100% offline on your computer.
- [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven simple local OpenAI-compatible API written in go. Can be used as a drop-in replacement for OpenAI, running on CPU with consumer-grade hardware. - [LocalAI](https://github.com/go-skynet/LocalAI) - Self-hosted, community-driven simple local OpenAI-compatible API written in go. Can be used as a drop-in replacement for OpenAI, running on CPU with consumer-grade hardware.
- [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally. - [ollama](https://github.com/jmorganca/ollama) - Get up and running with Llama 2 and other large language models locally.
#### Copilot #### Copilot
- [Turbopilot](https://github.com/ravenscroftj/turbopilot) - Turbopilot is an open source large-language-model based code completion engine that runs locally on CPU. - [Continue](https://github.com/continuedev/continue) - Open-source autopilot for VS Code and JetBrains—the easiest way to code with any LLM
- [Localpilot](https://github.com/danielgross/localpilot) - Use GitHub Copilot locally on your Macbook with one-click.
- [Fauxpilot](https://github.com/fauxpilot/fauxpilot) - an open-source,local alternative to GitHub Copilot server - [Fauxpilot](https://github.com/fauxpilot/fauxpilot) - an open-source,local alternative to GitHub Copilot server
- [vscode-fauxpilot](https://github.com/Venthe/vscode-fauxpilot) - vscode extension for fauxpilot. **reminder**: use [vscodium](https://vscodium.com/) instead! - [vscode-fauxpilot](https://github.com/Venthe/vscode-fauxpilot) - vscode extension for fauxpilot. **reminder**: use [vscodium](https://vscodium.com/) instead!
- [Localpilot](https://github.com/danielgross/localpilot) - Use GitHub Copilot locally on your Macbook with one-click.
- [Turbopilot](https://github.com/ravenscroftj/turbopilot) - [Archived] Turbopilot is an open source large-language-model based code completion engine that runs locally on CPU.
#### ElevenLabs Text To Speech #### ElevenLabs Text To Speech
@ -317,7 +318,6 @@ Google captchas use cookies to track users and rank their IPs.
- [Peergos](https://peergos.org/) - Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client. Open source and self-hostable. - [Peergos](https://peergos.org/) - Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client. Open source and self-hostable.
- [Proton Drive](https://proton.me/drive) - End-to-end encrypted Swiss vault for your files that protects your data. [Read this article over Climate activist arrest](https://protonmail.com/blog/climate-activist-arrest/). - [Proton Drive](https://proton.me/drive) - End-to-end encrypted Swiss vault for your files that protects your data. [Read this article over Climate activist arrest](https://protonmail.com/blog/climate-activist-arrest/).
- [PrivateStorage](https://private.storage/) - Accountless, privacy-focused cloud storage and folder synchronization with client-side encryption. - [PrivateStorage](https://private.storage/) - Accountless, privacy-focused cloud storage and folder synchronization with client-side encryption.
- [Skiff Drive](https://skiff.com/drive) - Skiff Drive protects your dataq with end-to-end encryption.
**Other useful tools** **Other useful tools**
- [Cryptomator](https://cryptomator.org) - Cryptomator encrypts your data quickly and easily. Afterwards you upload them protected to your favorite cloud service - [Cryptomator](https://cryptomator.org) - Cryptomator encrypts your data quickly and easily. Afterwards you upload them protected to your favorite cloud service
@ -647,7 +647,6 @@ No servers involved. Everything goes directly from one peer to the other peer. N
- [Tutanota](https://tutanota.com/) - Secure email for everybody. Open Source. - [Tutanota](https://tutanota.com/) - Secure email for everybody. Open Source.
- [Riseup](https://riseup.net/en/about-us) - Online communication tools for people and groups working on liberatory social change. - [Riseup](https://riseup.net/en/about-us) - Online communication tools for people and groups working on liberatory social change.
- [Mailfence](https://mailfence.com) - Secure and private email. - [Mailfence](https://mailfence.com) - Secure and private email.
- [Skiff](https://skiff.com) - Privacy-first, end-to-end encrypted, open-source email.
### Self-Hosted ### Self-Hosted
- [Docker mail server](https://github.com/docker-mailserver/docker-mailserver) - A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker. - [Docker mail server](https://github.com/docker-mailserver/docker-mailserver) - A fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) using Docker.
@ -812,7 +811,6 @@ These providers offer apps and services filled with data trackers. Also, most of
- [OnlyOffice](https://www.onlyoffice.com/) - Free and open source online office for collaboration. - [OnlyOffice](https://www.onlyoffice.com/) - Free and open source online office for collaboration.
- [Cryptpad](https://cryptpad.fr/) - Collaboration suite, encrypted and open-source. - [Cryptpad](https://cryptpad.fr/) - Collaboration suite, encrypted and open-source.
- [Etherpad](https://etherpad.org/) - Highly customizable open source online editor providing collaborative editing in really real-time. - [Etherpad](https://etherpad.org/) - Highly customizable open source online editor providing collaborative editing in really real-time.
- [Skiff](https://skiff.com/) - End-to-end encrypted real-time document collaboration and file storage.
## Online Phone Providers ## Online Phone Providers