Any Workarounds for Running AutoCAD on Linux?


In my CAD class, the instructor requires explicitly AutoCAD because "that's the industry standard." As we know, AutoDork are a bunch pricks who refuses to get up from Microslop's lap, so I am in a tight spot rn.

Should I use a VM to run or would ACAD Web do the trick? Honestly, I can even try to push my luck with another CAD program that supports .dwg files.

in reply to asdasd201

unfortunately dwg files are a blind spot on linux. there are projects like qcad and librecad that have experimental dwg support (behind a paywall for qcad) but they require you to learn a whole new set of tools because workflow is entirely different for these.

i don't have experience with the web version, it might be enough for files with fewer elements but your best would be to use a vm for immediate future.

alternatively, you can draft your work in 3d and export your drawings from these files. for architectural work there is a great addon for blender called bonsaibim, for mechanical work there is freecad (it also has a workbench called bim workbench for architecture) and for circuit design there is kicad.

in reply to asdasd201

First thing you should check is if the school offers VDI - Virtual Desktop Infrastructure.

My college has VDI, where you can access a GPU accelerated Windows machine from your browser, preinstalled with tools like Autocad, Photoshop, and other stuff.

If your school doesn't, then you should look at options like VM's. The problem, however, is that CAD and a lot of other software is GPU intensive, and simply using it in a VM might be too slow for practical usage.

in reply to asdasd201

in reply to doodoo_wizard

Those are inflated American prices. Whatever I said is probably much cheaper where you’re at.


I just checked it, and the cheapest option we have is around 40k, jfml. The reason for the expensiveness is the stores inflate the prices, and the taxes double the already ridiculous prices.

Look at the massgrave instructions for 21h2 iot ltsc, it’ll make your life easier.


Good to know! I might even try to dualboot using their ISOs instead.

in reply to asdasd201

QCAD can read/write DWG files on Linux, it costs just 40 bucks, and it has an autocad-like interface. But if your instructor says that they need autocad, better keep a Windows machine too.

Another way to read/write DWG files is to download and make executable the appimage here. It converts DWG to DXF. opendesign.com/guestfiles/oda_… Then you can load the DXF on the Community (Free) version of QCad.

Sure, you could load that DXF file on any Linux app (e.g. librecad, freecad), but qcad is the most autocad-like app of them all. Even Librecad is a very, very old fork of qcad, which hasn't progressed much since. qcad.org/en/
You can make their trial version of QCAD (that supports natively dwg) to become free community edition by removing some library files they request on their UI. The ability to read dwg goes away, but then you have the converter above to do the job.

in reply to asdasd201

Linux reshared this.

in reply to eshep

My country in particular has been pushing what I'd like to call the “anti-education” policy for decades now. They don't teach anything in any grade, be it kindergarten or post-grad. They want you to study for the ridiculous exams that test your memorization instead of your knowledge. And even when you pass them and get in a good school, if you don't have any relatives close to the government, you either have to move to other countries or work in inhuman conditions.

As for the AutoCAD, I'm using a VM, and I haven't encountered any problems for now. I can go my own way after I pass the class.