pkg.soopen package index

brew / Rang 5445

samply mit Homebrew, Nix, pacman, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für samply in AI-Agent-Workflows.

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install samply

local Homebrew formula metadata

Linux

Nixverifiziert · 92%
nix profile install nixpkgs#samply

nixpkgs package indexes · pkgs/by-name/sa/samply/package.nix · Quelle: api.github.com

Arch Linux pacmanverifiziert · 92%
sudo pacman -S samply

Arch Linux sync databases · samply · Quelle: geo.mirror.pkgbuild.com

openSUSE zypperverifiziert · 92%
sudo zypper install samply

openSUSE Tumbleweed package metadata · samply · Quelle: download.opensuse.org

Überblick

Paketzusammenfassung

CLI sampling profiler

Befehle und Aliase

  • samply

Verlauf

Projektgeschichte und Nutzung

samply is a cross-platform command-line CPU sampling profiler that records native workloads and displays their profiles in Firefox Profiler.

Projektgeschichte

Markus Stange developed samply as a command-line sampling profiler whose output is consumed by the Firefox Profiler interface. It records a target process, serves local source and symbol information, and opens the resulting profile in a browser.

The codebase grew to include dedicated crates for profile conversion, object and symbol handling, stack unwinding, and platform-specific collection. Version 0.13.1 added Windows recording through ETW/xperf.

Adoptionsgeschichte

samply is distributed through Homebrew, crates.io, Nix, Arch Linux, and openSUSE packaging, alongside project-provided binaries. Its platform reach expanded from macOS and Linux to Windows in version 0.13.1.

Wie es verwendet wird

The normal workflow is to prepend `samply record` to an application command. After the process finishes, samply opens Firefox Profiler and runs a local server for symbols and source files.

On Linux it records through perf events; on Windows it uses ETW/xperf. Profiles remain local until the user chooses to upload them.

Warum Paket-Nerds sich dafür interessieren

samply gives native-code developers a low-friction route from a terminal command to Firefox Profiler's flame graphs, call trees, timelines, source views, and symbolication. It is notable for reusing a sophisticated browser-based profiler UI while keeping captured data local unless the user explicitly uploads it.

Zeitleiste

  • 2024: Version 0.12.0 was released
  • 2025: Version 0.13.1 added Windows support through ETW

Related projects

  • Firefox Profiler
  • Linux perf events
  • Windows ETW and xperf
  • framehop
  • samply-symbols and wholesym

Quellen

  • Official API documentation: https://github.com/mstange/samply/blob/main/API.md
  • Official README: https://github.com/mstange/samply#readme
  • Official releases: https://github.com/mstange/samply/releases

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
samplycliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-09-19
Manager-Version0.13.1
Manager aktualisiert2026-09-12
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionsamply-v0.13.1

https://github.com/mstange/samply

  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:samply
Version0.13.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/samply
Homepagehttps://github.com/mstange/samply
Repositoryhttps://github.com/mstange/samply
LizenzApache-2.0 OR MIT
Quellarchivhttps://github.com/mstange/samply/archive/refs/tags/samply-v0.13.1.tar.gz
Zuletzt aktualisiert2026-09-12T20:16:46Z
Pulseupdated
Build-Abhängigkeitenrust
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesamply
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Nix95%

samply

nix profile install nixpkgs#samply
  • normalized package name match
  • Abgeglichen nach: Samply
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/sa/samply/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

samply 0.13.1-1

A command-line sampling profiler for macOS and Linux

https://github.com/mstange/samply

sudo pacman -S samply
  • License: Apache AND MIT
  • Architecture: x86_64
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Samply
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: samply from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

samply 0.13.1-1.5

A command line CPU profiler which uses the Firefox profiler as its UI

https://github.com/mstange/samply

sudo zypper install samply
  • License: Apache-2.0 OR MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: samply
  • 4 Abhängigkeiten
  • 2 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Samply
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: samply from https://download.opensuse.org/tumbleweed/repo/oss/repodata/d310d5a96106e1e8872a385adf98aaa23be9db5d80937a6717314e7e7f37715065c6c748ab7ccee6475d620b46979c0fe64235fc0c46988e17edf659578fcf31-primary.xml.zst

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation