Current stable version: Illiade Pillar
The official Phoenix Arts IDE.
Download newest release here
Once installed you can run the executable
or if you have Ubuntu | Debian | Lava operating system
you can easily run it with illiade
or shortname illi
Download Illiade-MacOS.zip from release page
Illiade can be easily installed on linux via this command:
curl -s https://raw.githubusercontent.com/Ph0enixKM/Illiade/master/installer.sh | bash
And that's it. The terminal will install Illiade for you!
- Open current directory
illi .
- Open current directory as a separate process
illi . &
- Open custom directory
illi ./my-cool-project
- Open custom file
illi /home/user/file.md
It is adviced to use Linux / MacOS operating system for development on Illiade IDE. If you want to get Illiade working on Windows then below I have written what must be done after finished downloading.
- Download NodeJS installer and run it from this website (Node version 10 is required)
- Install build tools in CMD run as Administrator
npm install --global --production windows-build-tools
- Install electron-rebuild npm package globally
npm i electron-rebuild -g
- Clone Illiade Repository
- Run
npm i
- Run
npm run rebuild-pty
- Run
npm run package-win
- Done 🎉
Your Illiade will be waiting for you in dist-app
directory
Installer can't install Illiade with dpkg
Solution would be to run this "zip" version of installer:
curl -s https://raw.githubusercontent.com/Ph0enixKM/Illiade/master/installer.sh | bash -s zip
🤞 - In progress | 👍 - Done and ready
- Make comments darker in the default theme [👍]
- Add bash / shell icon for BashScripts [👍]
- Refactor code for better maintaining [👍]
- Windows - File Open error fix [👍]
- Create File and Create Directory [👍]
- Ambient sound behavior improvements [👍]
- Open File Directory [👍]
- Suggestion Bar Style updated [👍]
- Renaming files automatically changes the opened file [👍]
- Terminal moving with keyboard [👍]
- Illiade user guide [🤞]
- Restrict left panel to some size range [👍]
- Save left panel size [👍]
- Left panel animation [👍]
- VueJS syntax integration [👍]
- React syntax integration [👍]
- Restrict terminal moving [👍]