Makolate CLI
Drive Makolate from your terminal
A single binary. Browser login. Scriptable access to the catalog, your orders, designs and subscriptions.
Install
$ curl -fsSL https://cdn.makolate.store/install/mako.sh | sh Install
The one-liner above works on macOS and Linux. It downloads the right
binary for your platform and drops it in ~/.local/bin/mako.
macOS · Linux
curl | sh
Run the install command above. Then start with mako login.
What you can do
Authenticate once with mako login — it opens
your browser for OAuth — then script anything from the catalog to your
account.
$ mako login # authenticate in your browser via OAuth
$ mako products list # browse the public catalog
$ mako orders list # your orders
$ mako designs list # your saved configurator designs
$ mako subscriptions list # your subscriptions
$ mako api GET /public/products # raw authenticated API request
Options
Override install behaviour with environment variables, or list every
command with --help.
-
CLI_VERSION=cli-v0.1.0 - Pin an exact release tag instead of latest.
-
CLI_VARIANT=baseline - Baseline x64 build for older / VM CPUs (ignored on arm64).
-
PREFIX=~/bin - Install to a custom directory.
-
mako --help - Print the full command list.
Building with AI?
The Makolate MCP server is the agent-native counterpart — same OAuth, exposed as tools for Claude and other AI assistants.
Explore the MCP →