Skip to content

Failed to execute bunny binary #96

Description

@neilsf

I've tried to install the CLI using both using the shell installer and npm. In both cases, I'm getting an error when trying to launch.

Example 1:

$ curl -fsSL https://cli.bunny.net/install.sh | sh
Installing bunny (linux/x64)...
bunny installed to /home/neils/.bunny/bin/bunny

/home/neils/.bunny/bin is not on your PATH. Add it by running:
  export PATH="/home/neils/.bunny/bin:$PATH"
and adding that line to your shell's rc file (~/.zshrc, ~/.bashrc, etc).

Run 'bunny --help' to get started.
$ export PATH="/home/neils/.bunny/bin:$PATH"
$ bunny
Illegal instruction (core dumped)

Example 2:

$ npm install -g @bunny.net/cli

added 2 packages in 4s
$ bunny
Failed to execute bunny binary: Command failed: /home/neils/.nvm/versions/node/v24.11.1/lib/node_modules/@bunny.net/cli/node_modules/@bunny.net/cli-linux-x64/bunny

System info:

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Elementary
Description:	elementary OS 8
Release:	8
Codename:	circe
$ uname -a
Linux ThinkStation-C30 6.17.0-35-generic #35~24.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 19:30:42 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions