Skip to main content
The CLI is the primary interface to Star. Use it to design a token, open a round, and operate rewards campaigns. The dashboard shows the same data, but the CLI controls the platform.

Install

Requires Node.js 22 or 24. Install the exact current release, 0.4.0:
Or run it without installing:
Pin the version. An unpinned @star-factory/launch-cli resolves the npm latest tag, which can lag the current release and hand you an older command surface.

Launch from the terminal

Every launch carries four founder decisions, and the CLI defaults none of them: the raise tier, the equity link percent, whether to create the compensation-band plan, and whether to reserve the Launch Rewards allocation. Start by reading what the deployment requires, then authorize, preview, and launch.
The tier ids, equity-link bounds, and each tier’s economics come from star launch requirements, never from the CLI itself. Leave a decision out and create asks for it on a terminal; with --json it returns DECISION_REQUIRED naming the unanswered questions. --compensation-bands and --launch-rewards each have a --no- form. Production is the default. To target staging, pass --env staging on every command.

Use it from Codex or Claude

The package is three pieces: the star CLI, the launch-token-on-star skill (the interview that asks the four founder decisions in Star’s words), and the local MCP server (the tools). mcp add alone registers tools. It does not install the skill. The native plugin that would do both is not listed in the Codex or Claude marketplaces yet, so install all three: Claude Code
--scope user makes the MCP server available in every project. Claude’s default is the current project only. Codex CLI
Codex writes the MCP entry to ~/.codex/config.toml, so it is available in every project. If the CLI is already installed at 0.4.0, skip the npm install line and keep the skill copy plus mcp add. Cursor, or any client with an mcp.json
Then copy the skills from the installed package into that host’s skill directory the same way. Every MCP tool accepts a per-call environment (production or staging); without one it targets production.

Launch with your agent

  1. Ask the agent to launch. Example: “Launch my token on Star. Name My Startup, ticker MYSTAR, website mystartup.com.”
  2. The agent reads the launch requirements and asks you the four founder decisions in Star’s own words. It never picks them for you.
  3. The agent starts a secure sign-in. Open the link, sign in with your Star account, and enter the code.
  4. Star derives your launch wallet and reserves a Star vanity mint.
  5. Examine the exact payload and approve it. Nothing launches before you approve.
Agents do not have access to wallet secrets or keypairs.

Capabilities

The CLI launches tokens, opens curve rounds, and operates rewards campaigns today. The rest is on its way: On request: we configure the feature with you. Book a call. In development: the documentation shows the planned behavior. You can plan your integration now.

Example session

The CLI validates your configuration. It shows the full plan and waits for your approval before launch. Read Curves for the raise mechanics.

Give these docs to your agent

The docs are agent-readable. Point your agent at docs.star.fun/llms.txt for the index, or llms-full.txt for the full text. Append .md to any page URL to get that page as plain markdown. The full command surface is in the CLI reference.