Why this exists
Opening a drawing should not come with conditions.
DWG is how the built world gets passed around: house plans, roof details, switchboards, machine parts. Architects send it, installers receive it, clients get it in an email. We think anyone who receives one should be able to look at it, on whatever device they have, without asking anyone's permission.
What it takes today
These are the official options, as published by Autodesk and checked on 2026-09-17.
| Option | Cost | Conditions |
|---|---|---|
| DWG TrueView | Free | Windows only. Autodesk states it will not install on macOS. Version 2027 needs 64-bit Windows 11, 8 GB RAM and 4 GB of disk. |
| Autodesk Viewer (online) | Free | Needs an Autodesk account and an upload of your file to Autodesk's servers in the US, where it is kept for 30 days by default. |
| AutoCAD LT | US$540 a year | Subscription only. Autodesk stopped selling new perpetual licences in 2016. |
| AutoCAD | US$2,095 a year | Subscription only. |
None of this is a secret and none of it is illegal. It does mean that on a Mac or a Linux laptop, Autodesk's own advice is its online viewer: an account first, then the plan of your home or your client's building uploaded to a server abroad.
A format you cannot read the manual for
Autodesk has not published a specification of DWG. The Open Design Alliance, an industry consortium that builds DWG libraries for other CAD vendors, calls it "undocumented and proprietary" in its own published specification of the format. Software outside Autodesk reads DWG through independent implementations like theirs and GNU LibreDWG.
For comparison, PDF is an ISO standard anyone can implement. That is why a PDF opens everywhere, and it is the standard we hold drawings to.
What we think
This part is opinion, and we are saying so. Drawings outlive the software they were made with. A roof detail from 2024 will still matter when that roof leaks in 2040. Being able to read it should not depend on a vendor's pricing, platform choices or account system. AutoCAD is a capable product and plenty of people are right to pay for it. Looking at a drawing is a different job, and it should be free and open.
What we built instead
- Free, with no catch. No account, no trial, no watermark, no "upgrade to view layers".
- Private by construction. The DWG is decoded by WebAssembly inside your browser tab. There is no server that receives files, so there is nothing to leak or retain.
- Open source under GPL-3.0. The source code is public. Anyone can audit it, host their own copy, or improve it, and the licence keeps it that way.
- Built on free software. GNU LibreDWG reads the file, the mlightcad viewer draws it, and osifont, an ISO 3098 lettering font, sets the text. See licenses.
Honest limits
GNU LibreDWG describes itself as beta software, and some advanced objects in recent DWG versions do not read yet. Text uses an open font instead of AutoCAD's own fonts, so it can look slightly different. Viewing is what works today. Export to PDF and DXF comes next. If a file does not open, tell us on GitHub, as long as you are allowed to share it.
Sources
Checked on 2026-09-17. Prices are list prices in the US store and change over time. Polish prices are on the Polish version of this page.
- Autodesk: Buy AutoCAD
- Autodesk: Buy AutoCAD LT
- Autodesk support: Can I buy a stand-alone (perpetual) license?
- Autodesk: DWG TrueView overview
- Autodesk support: DWG TrueView will not install on the Mac operating system
- Autodesk support: System Requirements for Autodesk DWG TrueView 2027
- Autodesk Viewer help: Getting started
- Autodesk support: Is it possible to extend the 30-day period of your design view uploaded to Autodesk Viewer?
- Autodesk support: How does Autodesk Viewer store data?
- Open Design Alliance: Open Design Specification for .dwg files
- GNU LibreDWG
This project is not affiliated with or endorsed by Autodesk. AutoCAD and DWG are trademarks of Autodesk, Inc., used here only to describe the files the viewer opens.