Vitaliy Is there any opportunity to install ARTIQ on Windows without Conda? I've seen a manual for installing it on Linux, but it was for an older version. I need this software to run from custom GUI or Windows command line, without launching Conda. Thank.
sb10q A wise endeavor 🙂 I suggest you install it in MSYS2. Most parts (including the GUI) except the compiler already run without much trouble from a quick test I did. For the ARTIQ compiler you will need to compile LLVM and llvmlite yourself. Usual build procedures with the patches from nix-scripts will probably work. Let us know how this goes and if you manage to create pacman packages. If you just want to avoid the Conda GUI and not Conda itself, you can use it in command line instead.