AIX Studio - The first desktop IDE for Kodular extension development

I know, and in fact I really appreciate that there are projects like yours, as they could facilitate the development process for many people :smiley:.

But personally, and because I have no other alternatives, I use Sublime Text (With certain plugins) + GitHub Workflows :github:


You see, my computer is capable, to give a real example, run VirtualDJ with up to 4 screens and still have optimal performance, however when it comes to Java-related I can barely run Minecraft at 10FPS :confused: (Although for some reason this does not happen using Java7) :pushpin:


But I reiterate again, your project sounds promising, and as @yusufcihan mentioned, it might be great if you ever make it open source because more people could review the code and contribute to this

1 Like

Thanks! AIX Studio 2 is going to be open source by the way.

3 Likes

I don’t if it is helpful for you or not.



Hi @cedkim,
Today i tried to install the program.but, unfortunately, it couldn’t install it.
I set the installation location.and then, a progress dialog appeared saying that the program is installing.After it reached the end.The dialog disappeared. But i didn’t find any thing in my programs.Just find a new folder named AIXStudio.
Nothing else.Even when i opned this folder and i found an exe file when i tried to open it that error popped up;


I’m using Acer laptop windows 10.
May be i’m doing something wrong or what? :thinking:

1 Like

Same dialog appeared to me

1 Like

This is something that worked on my machine, but it seemed to not work otherwise. I’m working on a fix (and some new features). In the meantime, here’s how to bypass this issue.

  1. Open the libs folder
  2. Click Code.exe.

Yes it works, but it opens visual studio code and not AIX studio :thinking:

Awesome great job , so now anyone can make extensions via your studio , you are genius

Interesting project @cedkim!
Waiting eagerly for stable AIX Studio V2.
Good luck for your development ahead! :+1:

1 Like

Thanks!

AIX Studio is based off of VS Code’s source code, so it will look very familiar.

1 Like

No.even if i open the about it tells me that its visual studio code.I don’t find the options to export extensions.etc…It looks different from the screen shots you uploaded.I followed your instructions here.but it looks like code.exe is visual studio dose:

1 Like

That is really strange. For some reason, it might have run into an error and scrapped all customizations.

3 Likes

It looks like code.exe is visual code studio and not AIX studio.There is another exe called AIXStudio.exe but that what happens when i try to open it:

2 Likes

I think one of the issues is that VS Code directly launched from libs won’t have customizations, because the launcher injects a huge amount of code into VS Code, and without it, most functionality will not work.

The launcher issue seems to have something to do with the fact that I wrote the launcher in Batch script and compiled it wrong.

3 Likes

Development update: AIX Studio 2 had a few issues in the build configuration, and after a bit of waiting, we should be able to see if my fix worked.

Edit: For some reason, the CI script isn’t pulling the dependency that lets it upload results.

2 Likes

Development update: The old build system has been scrapped. AIX Studio 2 Desktop will now use electron-builder instead of electron-forge for builds, which will make it possible to run builds for 32-bit systems and will finally allow for deb, rpm, AppImage, and snap files to be built for Linux systems!

6 Likes

A note on development updates

I’ll keep posting updates on how things are working out here, but for a more organized view, you can read the devlog in GitHub Projects.

Open GitHub Projects

6 Likes

Development update

Some issues with desktop builds
Builds for desktop on macOS don’t seem to work for some reason. I’m looking into it.
Edit: Commit fe7f9ee (on GitHub) may or may not fix this issue. Let’s just see what it does.
Edit 2: Mac builds are working, but Linux builds aren’t. I’ll keep working on this. No operating system left behind!
Edit 3: It seems that Linux builds can be done on Mac, and that the Mac server actually uploaded an AppImage alongside the DMG files. Yay!

:mag: View on GitHub

3 Likes

Development update (and pre-release software update!)

Fixed desktop builds and pre-release v2.0.2 is out!
Desktop builds have been fixed and a new version of AIX Studio 2 is ready for testing.
It’s not production-ready, but for the brave ones out there, you can download it here:
Get AIX Studio Desktop 2.0.2

P.S. It’s available as an AppImage for Linux now as well.

2 Likes

Aaaaaand we already have our first v2.0.2 bug. For some reason, nothing loads. The editor window shows up but it seems that something’s wrong.
EDIT: I opened a ticket on GitHub because I want to stay organized. See issue makeaixstudio/desktop#2.

2 Likes