Automic VaultAutomic Vault

brew

triangle mit Homebrew, apt, MacPorts installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install triangle

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install triangle

MacPorts ports tree · science/triangle/Portfile · Quelle: api.github.com

Linux

Debian aptverifiziert · 92%
sudo apt install libtriangle-1.6

Debian stable package indexes · libtriangle-1.6 · Quelle: deb.debian.org

Überblick

Paketzusammenfassung

Convert images to computer generated art using Delaunay triangulation

Befehle und Aliase

  • triangle

Verlauf

Projektgeschichte und Nutzung

Triangle is a Go command-line and library project for converting raster images into low-poly artwork through Delaunay triangulation. It occupies the package-manager niche of creative image-processing CLIs: small enough to script, but visual enough to be useful for generative-art workflows.

Projektgeschichte

The official README presents Triangle as a tool that takes a source image and turns it into an abstract image made of triangular tiles. Its documented process blurs the image, converts it to grayscale, extracts edges with a Sobel filter, adjusts the data with convolution, and then applies Delaunay triangulation.

The project is distributed as both a Go module/API and a command-line tool. Its README copyright dates the project to 2018, while the GitHub releases page shows later 1.x and 2.x releases, including v2.0.0 with CLI flag updates.

Adoptionsgeschichte

Triangle found adoption among users who want an installable low-poly generator rather than a GUI-only art tool. Its README explicitly documents Homebrew installation, release binaries, Go installation, recursive directory processing, concurrent processing, URL inputs, SVG output, and stdin/stdout pipeline usage.

The GitHub repository page shows broad open-source interest for a niche creative tool, with thousands of stars and packaged release assets. That makes it a recognizable package for users browsing Homebrew media/image-processing formulae.

Wie es verwendet wird

Typical command-line usage passes an input image and output path, then adjusts parameters such as blur radius, point rate, edge factor, maximum points, grayscale mode, wireframe mode, stroke width, and SVG output. The tool can process single images, recurse over directories, or read and write through pipes.

For developers, the README documents an API where callers configure a `triangle.Processor`, decode an image, call `Draw`, and encode the output, which lets the same triangulation engine be embedded in other Go programs.

Warum Paket-Nerds sich dafür interessieren

Triangle is significant in package-manager culture because it is a visually demonstrable CLI: `brew install triangle` gives a user a scriptable image transformer with reproducible parameters and no heavyweight creative-suite dependency.

It also illustrates the overlap between Go modules, release binaries, and Homebrew formulae for media tools. Package nerds care about that mix because it makes batch image effects portable across local scripts, CI asset generation, and terminal-first creative workflows.

Zeitleiste

  • 2018: README license notice dates the MIT-licensed project to 2018.
  • Current README: Homebrew, Go install, release binaries, SVG output, directory concurrency, URL input, and pipe support are documented.
  • v1.3.0: Release notes describe a rewritten API, better visual output, advanced customization options, and extended CLI parameters.
  • v2.0.0: GitHub release notes describe a major release with CLI flag updates.

Related projects

  • Related technologies include Delaunay triangulation, Sobel edge detection, Go image-processing libraries, SVG output workflows, and command-line generative-art tools.

Sicherheitslage

Risikostufe: blue

broad file, network, media, or database tool signal.

Risikoklassifikator

blue Risiko · mittel Konfidenz · tool

Warum

  • broad file, network, media, or database tool signal

Signale

  • text:image

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 13 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
trianglecliglobales 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-07-08
Manager-Version2.0.0
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv2.0.0

https://github.com/esimov/triangle

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:triangle
Version2.0.0
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/triangle
Homepagehttps://github.com/esimov/triangle
Repositoryhttps://github.com/esimov/triangle
Upstream-Dokumentationhttps://github.com/esimov/triangle#readme
LizenzMIT
Quellarchivhttps://github.com/esimov/triangle/archive/refs/tags/v2.0.0.tar.gz
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

libtriangle-1.6 1.6-6

High-quality 2-D mesh generator -- shared libraries

https://www.cs.cmu.edu/~quake/triangle.html

sudo apt install libtriangle-1.6
  • Section: non-free/libs
  • Architecture: amd64
  • Source Package: triangle
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Triangle
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libtriangle-1.6 from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz
Debian apt95%

libtriangle-dev 1.6-6

High-quality 2-D mesh generator -- development files

https://www.cs.cmu.edu/~quake/triangle.html

sudo apt install libtriangle-dev
  • Section: non-free/libdevel
  • Architecture: amd64
  • Source Package: triangle
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Triangle
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libtriangle-dev from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz
Debian apt95%

triangle-bin 1.6-6

High-quality 2-D mesh generator -- binary programs

https://www.cs.cmu.edu/~quake/triangle.html

sudo apt install triangle-bin
  • Section: non-free/science
  • Architecture: amd64
  • Source Package: triangle
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Triangle
Debian stable package indexes · deb.debian.org · Debian stable package indexes: triangle-bin from https://deb.debian.org/debian/dists/stable/non-free/binary-amd64/Packages.xz
Ubuntu apt95%

libtriangle-1.6 1.6-6

High-quality 2-D mesh generator -- shared libraries

https://www.cs.cmu.edu/~quake/triangle.html

sudo apt install libtriangle-1.6
  • Section: multiverse/libs
  • Architecture: amd64
  • Source Package: triangle
  • 1 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Triangle
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libtriangle-1.6 from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz
Ubuntu apt95%

libtriangle-dev 1.6-6

High-quality 2-D mesh generator -- development files

https://www.cs.cmu.edu/~quake/triangle.html

sudo apt install libtriangle-dev
  • Section: multiverse/libdevel
  • Architecture: amd64
  • Source Package: triangle
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Triangle
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libtriangle-dev from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz
Ubuntu apt95%

triangle-bin 1.6-6

High-quality 2-D mesh generator -- binary programs

https://www.cs.cmu.edu/~quake/triangle.html

sudo apt install triangle-bin
  • Section: multiverse/science
  • Architecture: amd64
  • Source Package: triangle
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Triangle
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: triangle-bin from https://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages.gz
MacPorts95%

triangle

sudo port install triangle
  • normalized package name match
  • Abgeglichen nach: Triangle
MacPorts ports tree · api.github.com · MacPorts ports tree: science/triangle/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

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
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment