Download | Linux & macOS | Windows | Dependencies | Build system | Source |
---|---|---|---|---|---|
eDEX-UI is a fullscreen desktop application resembling a sci-fi computer interface, heavily inspired from DEX-UI and the TRON Legacy movie effects. It runs the shell of your choice in a real terminal, and displays live information about your system. It was made to be used on large touchscreens but will work nicely on a regular desktop computer or perhaps a tablet PC or one of those funky 360° laptops with touchscreens.
I had no ideas for a name so i took DEX-UI and added a "e" for Electron. Deal with it.
(Official ArchLinux AUR package maintained by @JesusCrie)
(neofetch on eDEX-UI 1.0 with the default "tron" theme & QWERTY keyboard)
(browsh showing the results of a DuckDuckGo image search on eDEX-UI 1.0 with the "blade" theme & AZERTY keyboard)
(fx showing the results of a ipapi query on eDEX-UI 1.0 with the experimental "tron-disrupted" theme, and the French AZERTY keyboard)
Currently Windows, the latest macOS and any Linux distro that can run Chromium (AppImage package).
Yes. By default, eDEX runs bash on Linux and Powershell on Windows, but you can change that to any command in the settings.json file.
We got you covered! Check the repo's Wiki for in-depth information about customizing eDEX.
eDEX-UI is meant to be used on touchscreens, even if it works well on regular displays! If you have a physical keyboard wired to your computer, pressing keys IRL will illuminate the virtual keyboard: please remember to not type any passwords if you are recording your screen!
Seenaburns' DEX-UI was created "as an experiment or an art piece, not distributable software". The goal of this project is to push Seena's vision forward by making such an interface usable in real-life scenarios.
Yes.
- Linux Uprising Blog
- My post on r/unixporn
- Korben article (in french)
- Hacker News
- This tweet that made me smile
on *nix systems (You'll need the Xcode command line tools on macOS):
- clone the repository
npm run install-linux
npm start
on Windows:
- start cmd or powershell as administrator
- clone the repository
npm run install-windows
npm start
Note: Due to native modules, you can only compile binaries for the OS you are compiling from.
Note²: It is recommended to start building from a fresh clone to prevent the code minifier script from parsing an entire node_modules
folder.
- make a fresh clone (recommended)
npm install
(NOTinstall-linux
orinstall-windows
)npm run build-linux
orbuild-windows
orbuild-darwin
Resulting binaries and assets will be in the dist
folder.
eDEX-UI's source code was primarily written by me, Squared. If you want to get in touch with me or find other projects I'm involved in, check out my website.
PixelyIon helped me get started with Windows compatibility and offered some precious advice when I started to work on this project seriously.
Of course, eDEX would never have existed if I hadn't stumbled upon the amazing work of Seena on r/unixporn.
This project uses a bunch of open-source libraries, frameworks and tools, see the full dependency graph.
I want to namely thank the developers behind xterm.js, systeminformation and SmoothieCharts.
Huge thanks to Rob "Arscan" Scanlon for making the fantastic ENCOM Globe, also inspired by the TRON: Legacy movie, and distributing it freely. His work really puts the icing on the cake.