Skip to content

Feature request: launch Kimi Code Desktop from the CLI #1936

Description

@openomnidesk

What feature would you like to see?

Add a kimi app command that opens Kimi Code Desktop from the terminal. When the Desktop app is missing, it should be able to obtain the matching official installer through a versioned release manifest, verify the artifact checksum, install only in a user-owned location without replacing an existing installation, and then launch the app.

The initial command shape is:

kimi app
kimi app --yes
kimi app --no-install

kimi app would ask for confirmation in an interactive terminal before a first install. --yes enables managed or non-interactive setup, and --no-install opens only an app that is already present. The CLI and Desktop would continue to use the same local Kimi server and session data.

Additional information

The release contract needs maintainer direction before implementation is proposed upstream:

  1. The command itself naturally belongs in the Kimi Code CLI, but the compatible Desktop installer and its versioned manifest need an agreed release owner.
  2. macOS can require code-signature and Gatekeeper validation; Windows and Linux distribution expectations need a documented policy as well.
  3. PR #1733 is moving Web/Desktop sources and Desktop release CI out of this repository. Please confirm whether the Desktop side of this feature should instead live in the destination code-app repository, while the CLI command remains here.

I have a local prototype and tests, but will wait for maintainer guidance on repository ownership and release integration before opening a PR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions