PUB DIRECT0RY
Pubs are community-run relay nodes. They stay online 24/7, accept incoming connections from OASIS clients, and gossip data across the federation. Your data is always stored locally on your own device — the pub only relays.
FEDERATED · ENCRYPTED · DISTRIBUTED
A public directory of OASIS network pubs — always-on nodes that replicate content across the mesh. Pick one, grab an invite, and join the ecosystem.
Want to start in OASIS from scratch?
0ASIS.NETPubs are community-run relay nodes. They stay online 24/7, accept incoming connections from OASIS clients, and gossip data across the federation. Your data is always stored locally on your own device — the pub only relays.
Download OASIS and run it on your device. It starts a local node — no account, no sign-up, no central server required.
0ASIS.NETChoose an online pub from the directory above. Copy the invite code or the full connection string with the button provided.
In OASIS go to INVITES → TRIBES and paste the invite code. Or use the connection string to follow the pub feed directly.
Your node gossips with the pub and begins replicating. All data is stored locally — encrypted in transit, never on a central server.
A pub is just a relay — it never owns your data, only passes it along. The difference between public and private is simple: who gets in, and what content flows through it. Here's the plain-language breakdown.
Open to anyone with an invite. Content flows freely across the network.
You grab an invite code, paste it into OASIS, and you're connected — no admin has to approve you. The pub replicates everything it can reach: posts, profiles, forums, media. Think of it as the main gateway into the broader OASIS federation.
Invite-only. Every member is approved manually by the admin.
No public invite exists. The admin follows you manually — that's your entry ticket. The pub only relays content from feeds it explicitly trusts, so nothing from outside leaks in. Built for closed communities, teams, or groups that need full control over who is part of their network.
| FEATURE | ◎ PUBLIC PUB | ◉ PRIVATE PUB |
|---|---|---|
| Who can connect? How you get access | ✓ Anyone with an invite code. No approval needed — one token and you're in. | ✗ Only people the admin manually follows. No public token exists — unknown nodes are rejected outright. |
| What gets replicated? Content scope | ✓ All public feeds within 3 hops — posts, profiles, forums, media. Propagates automatically. | — Only the approved follow list. Nothing outside that boundary ever reaches the node. |
| Media & files Images, audio, video, attachments | ✓ Caches blobs for all replicated feeds. Transferred on demand between connected peers. | — Caches blobs only for approved feeds. Zero exposure to outside content or storage bloat. |
| Private groups (Tribes) Encrypted channels | ✓ Relays tribe ciphertext without reading it. AES-256-GCM encrypted client-side — the pub sees only opaque bytes. | ✓ Same encryption. Plus an extra layer: you need to be on the follow list just to know a tribe exists. |
| Are joins logged? Privacy on connection | ✓ Nothing. Invite tokens are one-time auth only — no SSB message, no trace in any feed. | ✓ Nothing either. The admin's follow is a local-only action, never broadcast to the network. |
| Config server-config.json |
pub: true · scope: public · external: your-domain.tld
|
pub: true · scope: device · autofollow: false
|
Any OASIS installation can be turned into a pub with a single command. Your existing identity and local data are preserved — the ~/.ssb/ directory is reused as-is. Choose public or private by setting scope in server-config.json.