Wingetlywingetly
← All apps
O

OctaCore Utils

by Yohanes Oktaniov1.0.0

Last updated

Unix-like CLI utilities for Windows.

Install with winget

$ winget install --id YohanesOkta.OctaCoreUtils --exact --version 1.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

OctaCore Utils provides common Unix-like commands such as

ls, cat, cp, mv, rm, touch, tree, and others for Windows.

Installers · v1.0.0

ArchitectureTypeScopeInstallDownload
x64ZIP
archive
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

25 known CVEs via NVD

  • low3.3Patched in wingetCVE-2026-35381affects before 0.8.0Apr 22, 2026

    A logic error in the cut utility of uutils coreutils causes the utility to ignore the -s (only-delimited) flag when using the -z (null-terminated) and -d '' (empty delimiter) options together. The implementation incorrectly routes this specific combination through a specialized...

  • medium5.5Patched in wingetCVE-2026-35380affects before 0.8.0Apr 22, 2026

    A logic error in the cut utility of uutils coreutils causes the program to incorrectly interpret the literal two-byte string '' (two single quotes) as an empty delimiter. The implementation mistakenly maps this string to the NUL character for both the -d (delimiter) and --output...

  • low3.3Patched in wingetCVE-2026-35379affects before 0.8.0Apr 22, 2026

    A logic error in the tr utility of uutils coreutils causes the program to incorrectly define the [:graph:] and [:print:] character classes. The implementation mistakenly includes the ASCII space character (0x20) in the [:graph:] class and excludes it from the [:print:] class, ef...

  • low3.3Patched in wingetCVE-2026-35377Apr 22, 2026

    A logic error in the env utility of uutils coreutils causes a failure to correctly parse command-line arguments when utilizing the -S (split-string) option. In GNU env, backslashes within single quotes are treated literally (with the exceptions of \\ and \'). However, the uutils...

  • high7.8Patched in wingetCVE-2026-35368Apr 22, 2026

    A vulnerability exists in the chroot utility of uutils coreutils when using the --userspec option. The utility resolves the user specification via getpwnam() after entering the chroot but before dropping root privileges. On glibc-based systems, this can trigger the Name Service...

  • low3.3Patched in wingetCVE-2026-35367Apr 22, 2026

    The nohup utility in uutils coreutils creates its default output file, nohup.out, without specifying explicit restricted permissions. This causes the file to inherit umask-based permissions, typically resulting in a world-readable file (0644). In multi-user environments, this al...

  • medium6.3Patched in wingetCVE-2026-35364Apr 22, 2026

    A Time-of-Check to Time-of-Use (TOCTOU) race condition exists in the mv utility of uutils coreutils during cross-device operations. The utility removes the destination path before recreating it through a copy operation. A local attacker with write access to the destination direc...

  • medium5.6Patched in wingetCVE-2026-35363Apr 22, 2026

    A vulnerability in the rm utility of uutils coreutils allows the bypass of safeguard mechanisms intended to protect the current directory. While the utility correctly refuses to delete . or .., it fails to recognize equivalent paths with trailing slashes, such as ./ or .///. An...

Showing 8 of 25. Source: NVD, updated 2h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • R
    rtkrtk-ai
    rtk-ai.rtkvv0.48.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

  • C
    Codex CLIOpenAI, Inc.
    OpenAI.Codexv0.152.0

    Codex CLI is an open‑source local coding agent that runs in your terminal, letting you write, edit, and understand code without leaving the command line.

  • Office Deployment ToolMicrosoft Corporation
    Microsoft.OfficeDeploymentToolv16.0.20326.20112

    A command-line tool that you can use to download and deploy Click-to-Run versions of Office, such as Microsoft 365 Apps for enterprise, to your client computers.

  • R
    RipGrep MSVCBurntSushi
    BurntSushi.ripgrep.MSVCv15.2.0

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • SpicetifySpicetify
    Spicetify.Spicetifyv2.45.0

    A command-line tool to customize the official Spotify client.

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.101.0

    Take GitHub to the command line

More from Yohanes Oktanio or browse cli, unix, coreutils.

Frequently asked questions

How do I install OctaCore Utils on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id YohanesOkta.OctaCoreUtils --exact --version 1.0.0. winget downloads the installer from Yohanes Oktanio and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install OctaCore Utils silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id YohanesOkta.OctaCoreUtils --exact 1.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall OctaCore Utils via winget?
Run: winget uninstall --id YohanesOkta.OctaCoreUtils --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from OctaCore Utils's Apps & Features entry.
Is OctaCore Utils free?
OctaCore Utils is distributed under GNU GPL-3.0. Refer to the publisher (https://github.com/yohanesokta/octa_core_utils) for the full license terms - Wingetly itself does not charge for installation.
Does OctaCore Utils work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls OctaCore Utils directly from the publisher.
How do I keep OctaCore Utils up to date?
Run winget upgrade --id YohanesOkta.OctaCoreUtils --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of OctaCore Utils from microsoft/winget-pkgs.