New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rosetta-cli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rosetta-cli

Easily switch & run commands on Intel/ARM modes in M1-powered Macs with Rosetta 2.

  • 0.3.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

rosetta-cli logo

rosetta-cli

Easily switch & run commands on Intel/ARM modes in M1-powered Macs with Rosetta 2.

It provides a more comfortable user experience on top of the arch and softwareupdate binaries in macOS.

Requirements

  • A Mac with an ARM CPU, like the Apple M1 chip.
  • Node.js v14 or later.

Install

npm i -g rosetta-cli
rosetta

Without installing (network needed)

npx rosetta-cli

Usage

Usage: rosetta [options] [commands...]

  rosetta                              prompts for mode and starts a new shell

  rosetta [-i, --intel]                starts a new shell in Intel (x86_64) mode
  rosetta [-a, --arm]                  starts a new shell in ARM (arm64) mode

  rosetta [-i, --intel] <commands...>  runs the commands in Intel (x86_64) mode
  rosetta [-a, --arm] <commands...>    runs the commands in ARM (arm64) mode

Options:
  -i, --intel    run in Intel (x86_64) mode
  -a, --arm      run in ARM (arm64) mode
  -v, --version  output the version number
  -h, --help     display help for command

Commands:
  install        installs Rosetta 2 on this Mac

Contributing

Check out CONTRIBUTING.md.

MIT licensed. Created and maintained by Rodrigo Fernández (GitHub, Twitter).

Keywords

FAQs

Package last updated on 12 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc