earthstar logo

🗃 Earthstar Pub

This is a pub server hosting 30 unlisted workspaces.

If you know the workspace address, you can manually craft an URL to visit it:

/workspace/+your.workspace


HTTP API

Replace :workspace with your actual workspace address, including its leading plus character.


Sync with command line

You can sync with this pub using earthstar-cli.

First create a local database with the same workspace name:

$ earthstar create-workspace localfile.sqlite +exampleworkspace.12345

Then you can sync:

$ earthstar sync localfile.sqlite http://pub-url.com


Earthstar on Github