logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Run Architecture - Execute Commands on Specific CPU Arch | Online Free DevTools by Hexmos

Execute commands with Architecture tool, allowing you to run processes under specific CPU architectures. Test and debug applications on different systems. Free online tool, no registration required.

arch

Display the name of the system architecture, or run a command under a different architecture. See also: uname. More information: https://keith.github.io/xcode-man-pages/arch.1.html.

  • Display the system’s architecture:

arch

  • Run a command using x86_64:

arch -x86_64 "{{command}}"

  • Run a command using arm:

arch -arm64 "{{command}}"

See Also