Welcome to the OSArch Community

This is a news source for architects, engineers, builders, planners, and professionals interested in free software for the built environment.

All news is community submitted and curated. If you’ve got news or an event, please let us know in the forum or chat, and we’d love to publish it, or better yet, you can become a publisher too!

TGraph diagram showing TopologicPy graph entities and relationships

TGraph gives TopologicPy a more explicit graph layer

Wassim Jabi has published an introduction to TGraph, describing it as a more explicit and efficient graph representation for TopologicPy. TopologicPy is an open source Python library for spatial modelling and analysis in architecture, engineering, and construction. Its graph-based representation is used to connect geometry, topology, information, graph databases, knowledge graphs, GraphRAG workflows, and graph machine learning. A clearer graph layer is therefore relevant for workflows that need to reason about spaces, adjacency, connectivity, and semantic relationships rather than only geometric shape. ...

June 22, 2026 · 1 min · Moult
IFClite.dll wiring Rhino, Grasshopper, and Revit to an IFC file in-process while an IT security dashboard stays quiet

IFClite gets a native DLL for in-process IFC parsing in Rhino, Grasshopper, and Revit

IFClite merged PR #1182, a contribution from Mathias Sønderskov Schaltz that lets IFClite parse IFC inside the CAD process — as a plain DLL. The clean way to call a Rust engine from Grasshopper or Revit used to mean running a local server and talking to it over HTTP. But the moment something opens a port on a managed machine, enterprise IT lights up: firewall rules, security reviews, the whole dance. The FFI wires IFClite straight into the process instead. A new ifc-lite-ffi crate builds with crate-type = ["cdylib"] to ifc_lite_ffi.dll, and the host loads it like any other library. No server. No port. No network. Just a function call. ...

June 18, 2026 · 2 min · Louis Trümpler
BIMvoice logo

BIMvoice Academy opens practical openBIM training for free

BIMvoice Academy has opened its practical openBIM training library for free. In an OSArch community post, Petru Conduraru says the free material includes courses on IFC schema in practice, IDS, Revit to IFC, native IFC building modelling, bridge modelling in IFC4x3, Bonsai, and drawing production directly from IFC. ...

June 13, 2026 · 1 min · Moult
IFClite exact CSG kernel rendering a roof with dormers, gable ends, and skylight openings

IFClite ships one pure-Rust exact CSG kernel across native and WASM

IFClite has merged PR #1024, replacing its two boolean backends with a single pure-Rust exact CSG kernel. The browser build previously relied on the C++ Manifold library via WASM cross-compilation; the native server path used an in-tree BSP port. Both are gone. The new kernel is a clean-room mesh-arrangement implementation: operand meshes are intersected conformingly (shared symbolic vertices for line-plane and triple-plane intersection points), re-triangulated under exact predicates, then classified for difference, union, or intersection. Every topology decision routes through a predicate cascade (interval filter, fixed-width tier, BigRational oracle) built on Shewchuk adaptive predicates for explicit coordinates and Cherchi-style indirect predicates (Attene 2020) for implicit intersection geometry. The public API (processGeometryBatch, SDK surface) is unchanged; consumers see different triangulations wherever booleans fire. ...

June 12, 2026 · 2 min · Louis Trümpler
Sample Dragonfly district thermal system with a ground heat exchanger

Dragonfly adds district thermal system simulation workflows

Ladybug Tools has announced new Dragonfly district thermal system simulation workflows, developed through several years of collaboration with teams at the National Renewable Energy Laboratory, now the National Lab of the Rockies, around the URBANopt SDK. The new Dragonfly District Thermal components are aimed at feasibility studies for fourth- and fifth-generation district energy systems. ...

June 10, 2026 · 1 min · Moult
That Open Platform dashboard preview

That Open Platform founding member launch opens on June 22

That Open Company has opened registration for the That Open Platform launch, with the launch window scheduled for June 22, 2026. The page describes That Open Platform as a place to “build, connect and operate” AECO software, positioned around the open technology already used by BIM applications and developers. ...

June 6, 2026 · 1 min · Moult
OpenAEC Foundation symbol

OpenAEC outlines open source AEC ecosystem and 2026 roadmap

OpenAEC Foundation has published an open source software ecosystem for the AEC sector, covering buildings, infrastructure, civil engineering, and site workflows. The project presents a broad catalogue of tools including Open PDF Studio, Open 2D Studio, Open CAD Studio, Open Geotechniek Studio, Monty IFC Viewer, BIM Validator, Open Energy Studio, Open Field Studio, BCF Manager Studio, and others, with source code collected under the OpenAEC Foundation GitHub organisation. ...

June 5, 2026 · 1 min · Moult
IFC Georeferencer browser-based BIM georeferencing preview

IFC Georeferencer brings browser-based georeferencing to IFC

IFC Georeferencer is a browser-based tool for giving IFC models real-world coordinates. Developed by Bedrock.engineer for buildingSMART Nederland’s Georefereren IFC initiative, it runs client-side so IFC files are processed in the browser rather than uploaded to a server. ...

June 4, 2026 · 1 min · Moult
pystran structural analysis capabilities graphic

pystran brings Python-based structural analysis to trusses and beams

Petr Krysl has announced pystran, an open source Python package for structural analysis. The project started as a learning tool and remains a work in progress, but it already supports a useful set of structures for experimentation, teaching, and feedback from early users. ...

June 1, 2026 · 1 min · Moult
Hippo3D logo

Hippo3D brings Rhino-style CAD workflows to Blender

Hippo3D has its first public release as a free and open source CAD modelling plugin for Blender. The project experiments with bringing Rhino-style, command-based, and coordinate-driven modelling workflows into Blender while keeping the tools integrated with Blender’s wider ecosystem. ...

May 30, 2026 · 1 min · Moult