A native desktop application that makes managing Plone sites faster and easier. Connect to your Plone site, browse content, manage tags, and edit blocks—all from a dedicated app designed for efficiency.
- Quick Access: Instantly connect to your Plone site without browser clutter.
- Remember Last Site: Automatically reconnects to where you left off.
- Fast Content Browsing: Navigate folders and view item details quickly.
- Tag Cleanup: Find and merge duplicate tags across your site.
- Visual Block Editing: Drag-and-drop block management.
- Native Experience: Fast, responsive, and built for macOS.
- Rust (install via https://rustup.rs/)
- Bun (for Tauri frontend)
- macOS development tools (Xcode Command Line Tools)
# Install Tauri CLI (optional, can use via bun)
# cargo install tauri-cli
# Install dependencies
bun install
# Run in development mode
bun run tauri:devbun run tauri:buildThe DMG will be created in src-tauri/target/release/bundle/dmg/
Download the latest release from the Releases page.
Found a bug or have a suggestion? Please report it on our GitHub Issues page.
Prefer the command line? Check out Ploa's predecessor, Plone Api Shell.
src/- Frontend code (HTML/CSS/JavaScript or framework)src-tauri/- Rust backend codesrc-tauri/src/- Rust source filessrc-tauri/tauri.conf.json- Tauri configuration