> For the complete documentation index, see [llms.txt](https://circles.logos.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://circles.logos.co/readme/about-logos-circles/resources-for-activists.md).

# Resources for Activists

**Purpose:** Give your Circle the privacy and autonomy tools it needs for the parts of Circle life Logos does not currently cover.

This page lists only tools external to Logos. For Logos tools and reading see [Logos onboarding resources](https://circles.logos.co/readme/about-logos-circles/logos-onboarding-resources). For staying in touch between meetups see [Staying connected](https://circles.logos.co/readme/for-circle-stewards/section-3-running-the-first-circle/staying-connected-recommended-tools).

There is no single right stack for everyone or every need. What your Circle needs depends on who it is protecting itself from, so ask yourself that first. Everything in this list is free and open source unless the entry says otherwise. This is a non-exhaustive list of tools chosen for their relevance to Circles. Logos is not paid or otherwise incentivized to promote any of them.

#### Talk and meet

* [Element](https://element.io/): encrypted chat and calls on Matrix
* [Jitsi Meet](https://jitsi.org/jitsi-meet/): video calls in a browser, no account to join
* [Tuta](https://tuta.com/): encrypted email, subject lines included, free tier
* [Proton Mail](https://proton.me/mail): encrypted email from Switzerland, free tier
* [SimpleLogin](https://simplelogin.io/): throwaway addresses that forward to your inbox

#### Work together

* [CryptPad](https://cryptpad.org/): documents and sheets the host cannot read
* [LibreOffice](https://www.libreoffice.org/): full office suite, offline, desktop only
* [Fileverse.io](https://fileverse.io/): privacy-focused, end-to-end encrypted document and sheets editor
* [OnionShare](https://onionshare.org/): send a file from your own computer over Tor
* [VeraCrypt](https://veracrypt.io/en/Home.html): lock a disk, a USB stick, or a file
* [Cryptomator](https://cryptomator.org/): lock files before they reach a cloud drive

#### Fundraising

* [Open Collective](https://opencollective.com/): ongoing collective treasury + fiscal hosting
* [FundBrave](https://www.fundbrave.com/): A Regenerative Social-DeFi Fundraising Platform (Benin Circle initiative)
* [Giveth](http://Giveth.io): low-friction direct fundraising, crypto native
* [Goteo](https://en.goteo.org/): project-based crowdfunding

#### AI

* [Jan](https://jan.ai): chat with AI models on your own computer, offline
* [Venice AI](https://venice.ai): private AI chat in a browser, free tier, not open source

#### Browse and connect

* [Tor Browser](https://www.torproject.org/download/): hides who and where you are, no iPhone
* [Mullvad Browser](https://mullvad.net/en/browser): hard to fingerprint, pair it with a VPN
* [uBlock Origin](https://github.com/gorhill/uBlock): blocks ads and trackers, pages load faster
* [DuckDuckGo](https://duckduckgo.com/): search with no profile on you, engine not open
* [Mullvad VPN](https://mullvad.net/en): EUR 5 a month, no name, cash accepted
* [WireGuard](https://www.wireguard.com/): fast tunnel, needs a server you trust
* [Snowflake](https://snowflake.torproject.org/): makes a blocked Tor connection look like a call
* [Orbot](https://orbot.app/en/): puts your phone's apps through Tor

#### Passwords and accounts

*Start here if you are not sure where to start.*

* [Bitwarden](https://bitwarden.com/): password manager, syncs across your devices
* [KeePassXC](https://keepassxc.org/): password manager, file stays on your machine
* [Aegis](https://getaegis.app/): two-step codes with backups you control, Android

{% hint style="info" %}
🔑 Shared accounts are the easiest thing for a Circle to lose. Never share a password over chat, put two-step login on every account, and agree who holds recovery access before you need it.
{% endhint %}

#### Blockchain 101

* [CryptoZombies Origins](https://cryptozombies.io/what-is-blockchain-lander/): a quick, interactive game introducing you to blockchain
* [Blockchain and Cryptocurrency Explained](https://www.coursera.org/learn/crypto-finance): a structured introduction to the basics
* [Kernel](https://www.kernel.community/en/start): go deeper into the ideas behind crypto and a decentralized web

#### Go deeper

* [Gapmap](https://www.gapmap.uk/resources/): free software as alternative to centralized options (London Circle initiative)
* [Privacy Explorer](https://explorer.web3privacy.info/): tools, protocols, and projects protecting digital freedom
* [Personal FOSS Stack Explorer](https://stacks.web3privacy.info/): what privacy researchers actually run
* [Privacy Guides](https://www.privacyguides.org/en/): the deep reference, with criteria and reviews
* [Security in a Box](https://securityinabox.org/en/): physical threats, arrest, a seized device
* [EFF Surveillance Self-Defense](https://ssd.eff.org/): scenario guides, including protests

If you use something that you want to have shown here, propose it on the [Logos Forum](https://forum.logos.co), saying which category it fits and why.

*Last updated: 27 August 2026.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://circles.logos.co/readme/about-logos-circles/resources-for-activists.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
