macOS
brew install weavelocal Homebrew formula metadata
brew / rang 3970
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de weave pour les workflows d'agents IA.
installation
brew install weavelocal Homebrew formula metadata
nix profile install nixpkgs#weavenixpkgs package indexes · pkgs/by-name/we/weave/package.nix · Source: api.github.com
aperçu
Entity-level semantic merge driver for Git using tree-sitter
historique
weave is an entity-level semantic merge driver for Git from Ataraxy Labs. It replaces Git's normal line-oriented merge driver for supported file types, parses code with tree-sitter, and tries to merge functions, classes, methods, JSON keys, and other entities rather than raw line ranges.
The tool is framed around a newer collaboration problem: multiple humans or AI coding agents editing the same repository at the same time. Its promise is to reduce false conflicts when two branches change different semantic entities in the same file.
weave is part of Ataraxy Labs' agent-native development stack alongside related semantic version-control and inspection tools. Public packaging and release metadata point to a young Rust project: the weave-driver crate was created on March 14, 2026, and its public Git tags reached the 0.3 series by 2026.
The project site and README position weave as a Git-compatible merge-driver protocol implementation. Users can install it with Homebrew, run weave setup in a repository, and then continue using ordinary git merge while Git invokes weave-driver for supported paths.
weave's public documentation compares it with both Git's line-based merge and Mergiraf. Its benchmark page claims 31 of 31 clean merges across seven languages, plus real-world replay tests on repositories such as git, Flask, CPython, Go, and TypeScript.
Because weave is new, its adoption history is still early and mostly developer-tool community oriented. The project site reports 1,500-plus downloads and highlights discussion around multi-agent workflows, Git false conflicts, and semantic conflict markers.
The strongest evidence of adoption so far is packaging and discoverability rather than long institutional use: a Homebrew formula, crates.io publication for weave-driver, GitHub releases/tags, and docs that target direct integration with Git and Jujutsu.
The normal setup path is to install weave, run weave setup, and let it write Git merge-driver configuration and attributes for supported file types. A local setup can use .git/info/attributes; a global setup can write rules to ~/.gitconfig and the user's global attributes file.
During a merge, weave parses base, ours, and theirs into semantic entities. Independent entity changes are auto-resolved, incompatible edits to the same entity become contextual conflicts, and unsupported file types fall back to standard line-level merge.
weave is significant because it packages structural merging as a drop-in Git merge driver rather than a separate VCS. That keeps the operational surface small while attacking a real pain point in parallel coding work: line conflicts that are not semantic conflicts.
Its nerd appeal is also in the comparison set. Git's default merge, Mergiraf's AST-aware approach, tree-sitter language grammars, Jujutsu merge tools, and MCP-based agent orchestration all meet in one package.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour weave. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
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.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.gitattributes.git/info/attributes~/.gitconfig~/.config/git/attributesexécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
weave-driver | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
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.
métadonnées d'installation
| Clé du paquet | brew:weave |
|---|---|
| Version | 0.3.6 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://ataraxy-labs.github.io/weave/ |
| Dépôt | https://github.com/Ataraxy-Labs/weave |
| Dernière mise à jour | 2026-06-19T14:33:18+02:00 |
| Pulse | updated |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
weave
nix profile install nixpkgs#weavepiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.