rendobar
v0.0.1
Published
Reserved name for the Rendobar CLI. The CLI ships as a standalone binary — install via the official installer.
Maintainers
Readme
rendobar
⚠️ Name reservation only. The Rendobar CLI ships as a standalone binary — not as an npm package.
Install the CLI
The Rendobar CLI is distributed as a standalone binary for macOS, Linux, and Windows. There is no Node or npm dependency.
macOS / Linux
curl -fsSL https://rendobar.com/install.sh | bashWindows (PowerShell)
iwr https://rendobar.com/install.ps1 -useb | iexVerify
rb --version
rb doctorWhat is Rendobar?
Rendobar is a serverless media processing platform — watermark, transcode, caption, render videos with one API call. Credit-based billing. MCP-native for AI agents.
- Website: https://rendobar.com
- Docs: https://rendobar.com/docs
- API: https://api.rendobar.com
- GitHub: https://github.com/rendobar/rendobar
Looking for the SDK?
The TypeScript client library is published separately:
npm install @rendobar/sdkSee @rendobar/sdk for the JavaScript/TypeScript SDK.
For maintainers
This directory holds the package contents for the rendobar npm name reservation. The CLI itself is built from packages/cli/ and distributed as a standalone binary via GitHub Releases — see release-please-config.json and .github/workflows/cli-binaries.yml.
To re-publish this reservation (e.g., to update the README pointing to the latest install instructions):
cd tools/rendobar-reservation
npm publish --access public --provenance=falseBump the version field in package.json first if republishing — npm doesn't allow overwriting an existing version.
