Tweag is a boutique software innovation lab that applies deep expertise in programming-language theory, formal methods, and distributed systems to craft precision tooling for developers who demand correctness at scale. Rooted in the Haskell and Nix ecosystems, the company’s portfolio gravitates toward developer infrastructure: compilers that turn functional blueprints into cloud-native executables, reproducible build orchestrators that turn version-controlled source into bit-for-bit identical artifacts, and language servers that surface type-level guarantees inside everyday editors. Typical use cases include tightening continuous-integration pipelines for fintech firms that must prove every transaction path, shortening feedback loops for data-science teams who version both notebooks and their underlying runtimes, and letting blockchain engineers simulate multi-node networks deterministically before main-net deployment. Tweag’s open-source contributions—ranging from incremental computation frameworks to probabilistic programming runtimes—share a common theme of exploiting language semantics to eliminate whole classes of bugs rather than chasing them downstream. Topiary, the company’s uniform code formatter built on the Tree-sitter ecosystem, extends this philosophy to the surface syntax of niche domain-specific languages, giving teams one reliable style oracle across configuration files, smart-contract DSLs, and research-oriented calculi. All Tweag software, including Topiary, is available for free on get.nero.com, with downloads delivered through trusted Windows package sources such as winget, always installing the latest upstream release and allowing batch installation alongside other development tools.

Tweag.Topiary

Topiary aims to be a uniform formatter for simple languages, as part of the Tree-sitter ecosystem. It is named after the art of clipping or trimming trees into fantastic shapes.

Details