Every tool artifact the open-source repositories ship: an external program (compiler, runtime, CLI, library) that cx tool setup <name> detects on this machine or installs the same way on Linux, Windows and macOS - prebuilt binary first, then a package manager - and cx tool run <name> -- <args> runs.
The commands:
cx tool listcx tool setup <name> --installcx tool setup <name> --versionscx tool run <name> -- <args>cx repo get cTuningLabs@cmeta-aops) and every row below is a command on your machine.
The category itself - its commands and API - is here.
| Artifact | Comes from | What it is for | Tags |
|---|---|---|---|
| 7z | (cTuningLabs@cmeta-aops) | 7-Zip command-line archiver for .7z, .zip and other archives; installed through the package manager of each OS. | |
| accelerate | (cTuningLabs@cmeta-aops) | Hugging Face Accelerate CLI, detected in the active Python environment, for launching training and inference on any hardware. | |
| adb | (cTuningLabs@cmeta-aops) | Android Debug Bridge, detected on the host, for driving phones, tablets and watches over USB or Wi-Fi. | |
| az | (cTuningLabs@cmeta-aops) | Azure CLI (az): detected, or installed from the official prebuilt download where one exists (Windows ZIP, macOS tarball), else winget / brew / the system package manager; pins a release. | az azure azure-cli microsoft cloud cli |
| bazel | (cTuningLabs@cmeta-aops) | Bazel build system, detected on the host, with the releases available upstream listed for --versions. | |
| brew | (cTuningLabs@cmeta-aops) | Homebrew package manager for macOS and Linux, detected or installed with the official script; other tools install through it without sudo. | |
| bzip2 | (cTuningLabs@cmeta-aops) | bzip2 compression tool, installed through the system package manager or brew when missing. | |
| ccache | (cTuningLabs@cmeta-aops) | ccache compiler cache, detected on the host, to speed up repeated C and C++ builds. | |
| clang | (cTuningLabs@cmeta-aops) | Clang C compiler, detected among the installed LLVM versions, with its features recorded for compile-and-run programs. | lang-c clang |
| clang-cpp | (cTuningLabs@cmeta-aops) | Clang C++ and Objective-C compiler (clang++), detected next to Clang for C++ programs. | lang-cpp clang-cpp lang-objc objc |
| claude | (cTuningLabs@cmeta-aops) | Claude Code CLI from Anthropic, detected or installed with the official installer on Windows, Linux and macOS; run-claude launches it. | |
| cmake | (cTuningLabs@cmeta-aops) | CMake cross-platform build-system generator, detected on the host, with the upstream releases listed for --versions. | |
| codex | (cTuningLabs@cmeta-aops) | OpenAI Codex CLI, detected or installed with the official script on Windows, Linux and macOS. | |
| conda | (cTuningLabs@cmeta-aops) | Conda package and environment manager, detected on the host. | |
| cuda | (cTuningLabs@cmeta-aops) | NVIDIA CUDA toolkit and driver, detected through nvidia-smi; the base of the cuda compute target. | |
| curl | (cTuningLabs@cmeta-aops) | curl command-line HTTP client, installed through the system package manager when missing; download-file relies on it. | |
| docker | (cTuningLabs@cmeta-aops) | Docker container engine, detected on the host, for the reproducible test hosts. | |
| gcc | (cTuningLabs@cmeta-aops) | GNU C compiler, detected in any installed version, with its features recorded for compile-and-run programs. | lang-c gcc |
| gcc-cpp | (cTuningLabs@cmeta-aops) | GNU C++ compiler (g++), detected next to GCC for C++ programs. | lang-cpp gcc-cpp |
| gh | (cTuningLabs@cmeta-aops) | GitHub CLI, detected or installed with brew or winget, for pull requests and releases from the command line. | |
| git | (cTuningLabs@cmeta-aops) | Git version control, detected or installed with the system package manager, the Xcode tools or winget; every clone task depends on it. | |
| go | (cTuningLabs@cmeta-aops) | Go toolchain, detected on the host, for building and running Go programs. | lang-go go |
| google.android-ndk | (cTuningLabs@cmeta-aops) | Android NDK, installed through the Android SDK command-line tools, for cross-compiling native code to Android. | |
| google.android-ndk.clang | (cTuningLabs@cmeta-aops) | Clang C cross-compiler from the Android NDK, detected for the android-cpu target. | lang-c clang-c |
| google.android-ndk.clang-cpp | (cTuningLabs@cmeta-aops) | Clang C++ cross-compiler from the Android NDK, detected for the android-cpu target. | lang-cpp clang-cpp |
| google.android-sdk.command-line-tools | (cTuningLabs@cmeta-aops) | Android SDK command-line tools (sdkmanager), detected or installed with winget or brew; they install the NDK and the platform tools. | |
| google.platform-tools | (cTuningLabs@cmeta-aops) | Android platform tools (adb, fastboot), detected or installed with winget or brew. | |
| gzip | (cTuningLabs@cmeta-aops) | gzip compression tool, installed through the system package manager or brew when missing. | |
| hf | (cTuningLabs@cmeta-aops) | Hugging Face hf CLI, detected in the active Python environment, for downloading models and datasets from the Hub. | |
| huggingface-cli | (cTuningLabs@cmeta-aops) | The older huggingface-cli, detected in the active Python environment, for models and datasets from the Hub. | |
| icpx | (cTuningLabs@cmeta-aops) | Intel oneAPI DPC++/C++ compiler (icpx), detected once oneAPI is set up, for SYCL and XPU programs. | lang-cpp icx-cpp |
| icx | (cTuningLabs@cmeta-aops) | Intel oneAPI C compiler (icx), detected once oneAPI is set up. | lang-c icx |
| java | (cTuningLabs@cmeta-aops) | Java runtime, detected in the installed JDK, for running Java programs. | lang-java java |
| javac | (cTuningLabs@cmeta-aops) | Java compiler, detected in the installed JDK, for compiling Java programs. | lang-javac javac |
| kubectl | (cTuningLabs@cmeta-aops) | Kubernetes kubectl CLI, detected or installed with snap, brew or winget. | |
| lib-cuda | (cTuningLabs@cmeta-aops) | CUDA runtime library (cudart), located inside the detected CUDA toolkit, for linking CUDA programs. | |
| lib-cudnn | (cTuningLabs@cmeta-aops) | NVIDIA cuDNN headers and libraries, detected next to the CUDA toolkit, for deep-learning programs. | |
| lib-milepost | (cTuningLabs@cmeta-aops) | MILEPOST codelet support library, built locally from source and cached, for the MILEPOST benchmarks. | |
| lib-openmp | (cTuningLabs@cmeta-aops) | OpenMP runtime library (libomp), installed through the system package manager or brew, for parallel C and C++ programs. | |
| lib-openmp-android | (cTuningLabs@cmeta-aops) | OpenMP static runtime from the Android NDK, located for the selected Android target. | |
| lib-openssl | (cTuningLabs@cmeta-aops) | OpenSSL development headers and libraries, installed through the system package manager, brew or winget. | |
| lib-openssl-android | (cTuningLabs@cmeta-aops) | OpenSSL cross-built for Android, with the upstream versions listed, for the selected Android target. | |
| lib-polybench | (cTuningLabs@cmeta-aops) | PolyBench support library, built locally from source and cached, for the PolyBench kernels. | |
| lib-sysroot-android | (cTuningLabs@cmeta-aops) | Android NDK sysroot (libc), located for the selected Android target. | |
| lib-xopenme | (cTuningLabs@cmeta-aops) | xOpenME instrumentation library, built locally from source and cached, for benchmarks that record run-time statistics. | |
| llama-cpp | (cTuningLabs@cmeta-aops) | llama.cpp, built locally from a pinned release and cached, for running GGUF language models on CPU or GPU. | |
| llvm | (cTuningLabs@cmeta-aops) | LLVM toolchain with a pinned default version; clang and clang++ resolve through it. | |
| macosx.sdk | (cTuningLabs@cmeta-aops) | macOS SDK from Xcode, detected for building native and Metal programs on macOS. | |
| make | (cTuningLabs@cmeta-aops) | GNU Make, installed through the system package manager when missing. | |
| md5sum | (cTuningLabs@cmeta-aops) | md5sum checksum tool, installed when missing; download-file verifies checksums with it. | |
| microsoft.sdk | (cTuningLabs@cmeta-aops) | Windows SDK headers (Windows.h), detected for native Windows builds (Windows only). | |
| microsoft.visual-studio | (cTuningLabs@cmeta-aops) | Visual Studio developer environment (vcvars), detected so MSVC builds run with the right environment (Windows only). | |
| microsoft.windows.adk | (cTuningLabs@cmeta-aops) | Windows Assessment and Deployment Kit (wpaexporter), installed with winget, for performance analysis (Windows only). | |
| mojo | (cTuningLabs@cmeta-aops) | Mojo compiler and runtime from Modular, detected in the active Python environment. | |
| msvc | (cTuningLabs@cmeta-aops) | Microsoft Visual C/C++ compiler (cl.exe), detected through Visual Studio, for Windows builds. | lang-c lang-cpp msvc msvc-cpp |
| ncu | (cTuningLabs@cmeta-aops) | NVIDIA Nsight Compute CLI (ncu), detected next to the CUDA toolkit, for kernel profiling. | |
| ncu-ui | (cTuningLabs@cmeta-aops) | NVIDIA Nsight Compute GUI, detected next to the CUDA toolkit. | |
| ninja | (cTuningLabs@cmeta-aops) | Ninja build tool, detected on the host, for fast CMake builds. | |
| node-js | (cTuningLabs@cmeta-aops) | Node.js runtime, detected on the host, with the upstream releases listed for --versions. | |
| nsys | (cTuningLabs@cmeta-aops) | NVIDIA Nsight Systems CLI (nsys), detected next to the CUDA toolkit, for system-wide tracing. | |
| nsys-ui | (cTuningLabs@cmeta-aops) | NVIDIA Nsight Systems GUI, detected next to the CUDA toolkit. | |
| nvcc | (cTuningLabs@cmeta-aops) | NVIDIA CUDA compiler (nvcc), detected inside the CUDA toolkit together with a host compiler, for compile-and-run CUDA programs. | lang-cuda cuda |
| obsidian | (cTuningLabs@cmeta-aops) | Obsidian note-taking app: detected on Windows, macOS and Linux with its version read from the installed files; installed with winget, brew (cask) or the AppImage from GitHub releases; add-cmeta-artifacts-to-obsidian exports into a vault. | obsidian notes markdown gui app |
| oneapi | (cTuningLabs@cmeta-aops) | Intel oneAPI base toolkit environment (setvars), detected so the Intel compilers and the XPU target can be used. | |
| open-ssh | (cTuningLabs@cmeta-aops) | OpenSSH client (ssh), detected on the host; rclone-to-ssh and the remote tasks use it. | |
| openclaw | (cTuningLabs@cmeta-aops) | OpenClaw CLI, detected or installed with npm on Windows, Linux and macOS. | |
| opencode | (cTuningLabs@cmeta-aops) | OpenCode.AI terminal coding agent: detected, or installed with the official install script (Linux/macOS) or winget (Windows); pins a release, lists the published versions. | opencode opencode.ai ai agent cli |
| openjdk | (cTuningLabs@cmeta-aops) | OpenJDK (Temurin) Java development kit, detected on the host, with the upstream releases listed. | |
| openssl | (cTuningLabs@cmeta-aops) | OpenSSL command-line tool, detected on the host. | |
| perf | (cTuningLabs@cmeta-aops) | Linux perf profiler, detected on the host, for hardware-counter measurements. | |
| pip | (cTuningLabs@cmeta-aops) | Any pip-installable Python package as a tool: cx tool setup pip --with.package=<name> installs, pins and caches it in the detected Python environment. | |
| pip-flash-attn | (cTuningLabs@cmeta-aops) | FlashAttention Python package, installed with pip into the detected Python environment. | |
| pip-torch | (cTuningLabs@cmeta-aops) | PyTorch (torch) Python package, installed with pip for the selected compute target (CPU, CUDA, ROCm, XPU). | |
| pip-torchaudio | (cTuningLabs@cmeta-aops) | torchaudio Python package, installed with pip alongside PyTorch. | |
| pip-torchvision | (cTuningLabs@cmeta-aops) | torchvision Python package, installed with pip alongside PyTorch. | |
| pip-vllm | (cTuningLabs@cmeta-aops) | vLLM inference engine Python package, installed with pip into the detected Python environment. | |
| podman | (cTuningLabs@cmeta-aops) | Podman container engine, detected on the host as an alternative to Docker. | |
| python | (cTuningLabs@cmeta-aops) | Python interpreter, detected in the requested version and by default wrapped in a virtual environment (--with.venv) so packages stay isolated. | |
| python-pip | (cTuningLabs@cmeta-aops) | The pip module of the detected Python (python -m pip), the installer behind every pip-* tool. | |
| pytorch | (cTuningLabs@cmeta-aops) | PyTorch built locally from source for a pinned release and cached, for platforms without prebuilt wheels. | |
| rar | (cTuningLabs@cmeta-aops) | RAR command-line archiver, detected on the host. | |
| rclone | (cTuningLabs@cmeta-aops) | rclone cloud and remote sync tool, installed from the pinned upstream binary (two mirrors) with package-manager fallbacks; rclone-to-ssh drives it. | |
| rocm | (cTuningLabs@cmeta-aops) | AMD ROCm platform, detected through rocm-smi; the base of the rocm compute target. | |
| rustc | (cTuningLabs@cmeta-aops) | Rust compiler, installed as a toolchain through rustup, for building and running Rust programs. | lang-rust rust |
| rustup | (cTuningLabs@cmeta-aops) | Rust toolchain installer (rustup), detected on the host; rustc installs through it. | |
| scp | (cTuningLabs@cmeta-aops) | OpenSSH secure copy (scp), detected next to ssh, for copying files to remote hosts. | |
| sftp | (cTuningLabs@cmeta-aops) | OpenSSH file transfer (sftp), detected next to ssh. | |
| simpleperf-android | (cTuningLabs@cmeta-aops) | simpleperf profiler from the Android NDK, located for profiling native code on Android devices. | |
| streamlit | (cTuningLabs@cmeta-aops) | Streamlit web-app framework CLI, detected in the active Python environment. | |
| swiftc | (cTuningLabs@cmeta-aops) | Swift compiler, detected in the installed Swift toolchain, for compiling Swift programs. | lang-swiftc swiftc |
| swiftlang | (cTuningLabs@cmeta-aops) | Swift toolchain, detected or installed with swiftly on Linux and with Xcode on macOS. | lang-swift swift |
| tailscale | (cTuningLabs@cmeta-aops) | Tailscale VPN client, detected or installed with brew or winget; start-tailscale-service brings it up. | |
| tar | (cTuningLabs@cmeta-aops) | tar archiver, installed through the system package manager when missing. | |
| tmux | (cTuningLabs@cmeta-aops) | tmux terminal multiplexer, installed through the system package manager or brew; start-tmux and attach-tmux drive it. | |
| torch-cpp | (cTuningLabs@cmeta-aops) | LibTorch C++ distribution, built locally for a pinned release and cached, for C++ programs that link PyTorch. | |
| tsh | (cTuningLabs@cmeta-aops) | Teleport tsh client, detected on the host, for access to Teleport-protected infrastructure. | |
| unzip | (cTuningLabs@cmeta-aops) | unzip tool, installed through the system package manager or brew when missing. | |
| uv | (cTuningLabs@cmeta-aops) | uv Python package and project manager from Astral, detected or installed with the official script or winget; virtual environments are created with it. | |
| wget | (cTuningLabs@cmeta-aops) | wget downloader, installed through the system package manager, brew or winget when missing. | |
| windirstat | (cTuningLabs@cmeta-aops) | WinDirStat disk-usage viewer, detected on the host (Windows only). | |
| winget | (cTuningLabs@cmeta-aops) | Windows Package Manager (winget), detected on the host; other tools install through it without administrator rights (Windows only). | |
| winrar | (cTuningLabs@cmeta-aops) | WinRAR archiver, detected on the host. | |
| wpa | (cTuningLabs@cmeta-aops) | Windows Performance Analyzer (wpa) from the Windows ADK, detected for viewing performance traces (Windows only). | |
| wsl | (cTuningLabs@cmeta-aops) | Windows Subsystem for Linux (wsl), detected on the host (Windows only). | |
| xz | (cTuningLabs@cmeta-aops) | xz compression tool, installed through the system package manager or brew when missing. |
Nothing matches that filter.
Read live from the cMeta index of this server - the same data cx category list shows you locally.