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!

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
Bonsai Viewer user interface preview

Bonsai Viewer is coming

Work is underway on Bonsai Viewer, a dedicated free software IFC viewer for model coordination and review. The gap is straightforward: there is no mature free software equivalent of Revizto, BIMcollab, Solibri, and similar coordination viewers. Bonsai Viewer aims to fill that gap, while also making it easier for others to build their own desktop, tablet, kiosk, on-site screen, or web-based IFC viewer applications on top of IfcOpenShell. ...

May 29, 2026 · 1 min · Moult
Speckle Design Explorer beta

Speckle launches Design Explorer beta

Speckle has launched Design Explorer beta, a new widget for Speckle Intelligence dashboards that turns Grasshopper option studies into browsable and shareable comparison views. The workflow is deliberately lightweight: tag option objects in Grasshopper, attach the relevant numeric properties, publish the model to Speckle, and the dashboard discovers the options and metrics automatically. ...

May 28, 2026 · 1 min · Moult
LinesCAD proof-of-concept IFC viewer

LinesCAD announced as a new free software BIM and CAD experiment

Yorik van Havre has announced LinesCAD, a new side project exploring a simpler free software BIM and 2D CAD application. The first public code is a proof-of-concept IFC viewer in a single Python file, using IfcOpenShell, Pivy/Coin3D, and PySide/Qt to open IFC files without FreeCAD’s OpenCASCADE and C++ application stack. ...

May 15, 2026 · 1 min · Moult