pkg.soopen package index

brew / rang 8204

Installer flip-link avec Homebrew, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de flip-link pour les workflows d'agents IA.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install flip-link

local Homebrew formula metadata

Linux

Nixvérifié · 92%
nix profile install nixpkgs#flip-link

nixpkgs package indexes · pkgs/by-name/fl/flip-link/package.nix · Source: api.github.com

Arch Linux pacmanvérifié · 92%
sudo pacman -S flip-link

Arch Linux sync databases · flip-link · Source: geo.mirror.pkgbuild.com

aperçu

Résumé du paquet

Adds zero-cost stack overflow protection to your embedded programs

Commandes et alias

  • flip-link

historique

Historique du projet et usages

flip-link is a Rust linker wrapper from the Knurling embedded tooling project. It adds zero-cost stack overflow protection to bare-metal embedded Rust programs by flipping the memory layout used for ARM Cortex-M targets.

Historique du projet

The README explains the motivating bug class: stack overflows in bare-metal Cortex-M Rust programs can collide with .bss and .data static variables, causing undefined behavior even in code without unsafe blocks.

flip-link changes the link layout so the stack grows toward the physical RAM boundary instead of into static data. A stack overflow then becomes a hardware exception handled through the Cortex-M runtime rather than silent memory corruption.

Historique d'adoption

The README documents installation from crates.io with cargo install flip-link and configuration through .cargo/config.toml, making it a drop-in build-tool package for embedded Rust projects.

The input package metadata records packaging in Homebrew, Nix, and Arch, showing adoption outside Cargo for users who install embedded toolchain helpers through system package managers.

Modes d'utilisation

Users set the target linker to flip-link for bare-metal ARM targets, replacing rust-lld in Cargo configuration. flip-link invokes the Rust toolchain linker after adjusting the memory layout.

The official docs note support for ARM Cortex-M programs using cortex-m-rt 0.6.x and 0.7.x with LLD, with other architectures and runtime crates outside the tested scope.

Pourquoi les passionnés de paquets s'y intéressent

flip-link is significant because it packages a linker-level safety trick as a small CLI rather than requiring every embedded project to maintain custom linker scripts.

For Rust package maintainers, it is also a clear example of tooling that belongs in the build environment: the binary is tiny, target-specific, and wired through Cargo configuration rather than imported as a normal runtime library.

Chronologie

  • 2020: v0.1.0 was released.
  • 2021: v0.1.3 improved documentation and project checks around the stack overflow problem and solution.
  • 2022: v0.1.6 updated the project to Rust 2021 and improved memory.x handling.
  • 2024: v0.1.9 recommended target linker configuration for recent Cargo versions.
  • 2025: v0.1.10 added help behavior and a fuller parser for ORIGIN and LENGTH expressions.

Related projects

  • flip-link is part of Knurling, Ferrous Systems' embedded Rust tooling effort.
  • It is closely related to cortex-m-rt, rust-lld, Cargo target configuration, and ARM Cortex-M bare-metal Rust applications.

posture de sécurité

Niveau de risque : vert

narrow executable package without higher-risk signals.

Classificateur de risque

risque vert · confiance faible · appliance

Pourquoi

  • narrow executable package without higher-risk signals

Signaux

  • metadata:no-higher-risk-signals

Comportement d'installation

  • Aucune métadonnée de bottle Homebrew n’a été enregistrée.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.

exécutables

Exécutables installés

CommandeTypeExpositionNote
flip-linkexécutableexécutable indexéDécouvert depuis l'index local des exécutables.

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-08-03
version du gestionnaire0.1.12
gestionnaire mis à jour
données localesinconnu
amontnon disponible
dernière version détectéenon détecté
  • OKAucun avertissement de fraîcheur n'a été généré.

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:flip-link
Version0.1.12
Gestionnaire de paquetsHomebrew
Page d'accueilhttps://github.com/knurling-rs/flip-link
Dépôthttps://github.com/knurling-rs/flip-link
Bouteillenon enregistré
Serviceaucun déclaré

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Nix95%

flip-link

nix profile install nixpkgs#flip-link
  • normalized package name match
  • Correspondance par : Flip Link
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/fl/flip-link/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

flip-link 0.1.12-2

Flips the memory layout of embedded programs to protect against stack overflows

https://github.com/knurling-rs/flip-link

sudo pacman -S flip-link
  • License: MIT AND Apache-2.0
  • Architecture: x86_64
  • 2 Dépendances
  • normalized package name match
  • Correspondance par : Flip Link
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: flip-link from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

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