ILSpy available for Linux, Mac and Windows #3757
Unanswered
christophwille
asked this question in
General
Replies: 1 comment 3 replies
-
|
Congrats on closing the loop. BTW, Mac will remain a feasible platform to run local LLMs, but Windows ARM64 on Nvidia latest chipsets might easily surpass it later this year with the new product lines from a variety of the vendors. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Today, we merged #3755, and if you scroll to the bottom of the PR, you can see a few screenshots. Do note that as pointed out, prebuilt binaries only exist for Windows at the moment. If you want to give the current bits a try on Mac and Linux, please see https://github.com/icsharpcode/ILSpy#unix--mac on how to build it yourself.
We are preparing a meetup talk (that will be recorded) on all the details how & why we chose Avalonia, how the porting was done with the help of LLMs (pitfalls, learnings, best practices), plus then on top things that we haven't done yet - shipping binaries on different platforms. With that out of the way, the super-short version of what happened and why:
Meet users where they are (going)
That was the main motivation for tackling the crossplatform challenges in the first place. Why is that so you ask? Mac and Linux are way better places for running coding agents, and one thing will make Mac a 1st class platform going forward: local LLMs on the modern Mx processors. So we want to meet our users where they will be. That also goes for us, the core team members: Windows really sucks at the moment, and all the AI enshittification doesn't help (an OS should first and foremost protect data, not be a conveyor into a data furnace - Hello, Android 17!)
We expect there to be quite a few "dark corners" where there will be subtle bugs, so please: take the v10 WPF version and try your workflows in the new v11 UI. Missing shortcuts, gestures, UI glitches, anything really - please create an issue. To make sure we can easily discern it, start the the title of the issue with "V11: ". Thank you!
Beta Was this translation helpful? Give feedback.
All reactions