Skip to content

Error installing @mimo-ai/cli on Termux (Android arm64) #1139

Description

@Ue1i7on

Description

2026-06-19T13_26_43_584Z-debug-0.log

When trying to install the CLI globally with:

bash npm install -g @mimo-ai/cli

the installation fails with the following error:

npm error code 1 npm error command sh -c bun ./postinstall.mjs || node ./postinstall.mjs npm error sh: 1: bun: not found npm error Failed to setup mimocode binary: Could not find package @mimo-ai/mimocode-android-arm64: Cannot find module '@mimo-ai/mimocode-android-arm64/package.json'

The postinstall script attempts to run bun, but this binary is not available in the Termux environment. Additionally, there is no package published for @mimo-ai/mimocode-android-arm64, which prevents the CLI from setting up correctly on Android arm64.

Environment:

  • System: Termux (Android 16.0, arm64)
  • Node: v24.15.0
  • NPM: v11.16.0 (update available to v11.17.0)

Steps to reproduce:

  1. Install Node and NPM in Termux.
  2. Run npm install -g @mimo-ai/cli.
  3. Observe the postinstall failure.

Expected behavior:
The CLI should install successfully on Android arm64 without requiring bun.

Actual behavior:
Installation fails due to missing bun and missing @mimo-ai/mimocode-android-arm64 package.

Plugins

None (I was just trying to install @mimo-ai/cli globally, no extra plugins involved).

MiMoCode version

@mimo-ai/cli@0.1.1

Steps to reproduce

  1. Install Node.js and npm in Termux (Android arm64).
  2. Run npm install -g @mimo-ai/cli.
  3. Observe the postinstall failure (bun: not found and missing @mimo-ai/mimocode-android-arm64 package).

Screenshot and/or share link

No response

Operating System

Android 16.0 (Termux environment, arm64)

Terminal

Termux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    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