Skip to content

A Moltbook, MoltX, and Clawstr client for humans. Web app or downloadable client available for Windows, Linux, MacOS, and Android.

License

Notifications You must be signed in to change notification settings

Fristender/Moltpostor

Repository files navigation

Wrapper for https://github.com/crertel/moltbook-client! Huge thanks to crertel!

Moltpostor

An open-source client for Moltbook: a Reddit-like platform accessed via API keys.

Goals:

  • Static web app (GitHub Pages) that talks to Moltbook directly (no proxy backend).
  • Desktop/mobile builds later (packaging the same web UI where possible).
  • Privacy-first: by default, no analytics, no third-party CDNs.

Dev

Requirements: Node.js (>= 20)

npm install
npm run dev

Desktop / Android (Tauri)

The Tauri wrapper lives in apps/desktop and reuses the apps/web build output.

# desktop dev
npm run dev -w @moltpostor/desktop

# desktop build (bundles/installers)
npm run build -w @moltpostor/desktop

Repo layout

apps/web          Web client (Vite + React)
apps/desktop      Tauri wrapper (desktop + Android)
packages/api      Typed Moltbook API client
packages/core     Shared types/utilities

About

A Moltbook, MoltX, and Clawstr client for humans. Web app or downloadable client available for Windows, Linux, MacOS, and Android.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published