Skip to main content

🏁 Arch

This module is used to determine if the user is on a 32-bit vs. 64-bit operating system to offer the right app installer

Use this package to get the actual operating system CPU architecture.

Deno CI GitHub Contributors Deno Starter Made by Denorg TypeScript semantic-release

⭐ Getting started

Import the default function and use it:

import arch from "https://raw.githubusercontent.com/denorg/arch/master/mod.ts";

const result = await arch();

CLI with DPX

After installing DPX, you can directly use the CLI using the dpx command:

dpx --allow-read arch <arguments>

CLI

Alternatively, you can use it directly from the CLI by using deno run:

deno run --allow-read https://raw.githubusercontent.com/denorg/arch/master/cli.ts <arguments>

You can also install it globally using the following:

deno install --allow-read -n arch https://raw.githubusercontent.com/denorg/arch/master/cli.ts

Then, the package is available to run:

arch <arguments>

Configuration

Required permissions:

  1. --allow-read

👩‍💻 Development

Run tests:

deno test --allow-read
  • feross/arch is the Node.js project serving as inspiration for this one

📄 License

MIT © Denorg

A project by Denorg, the world’s first Deno-focused community
organization and consulting company. Work with us →