gitwtfhub

wtf is redexcompile?

redxdevelopment/redexcompile — explained in plain English

Analysis updated 2026-05-18

1JavaScriptAudience · developerComplexity · 3/5Setup · moderate

TL;DR

RedEXCompile is a cross-platform desktop IDE built on the Monaco editor with its own RedEX language, AI assistance, live collaboration, and phone access.

Mindmap

mindmap
  root((RedEXCompile))
    What it does
      Monaco based editor
      RedEX language support
      AI code assistance
      Live collaboration
    Tech stack
      JavaScript
      Electron
      Monaco
      Node.js
    Use cases
      Multi-language editing
      Bring your own AI
      Phone to PC editing
    Platforms
      Windows
      macOS
      Linux

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Edit code across many languages in a Monaco-based desktop editor with built-in terminals.

REASON 2

Write, fix, explain, or refactor code using your own OpenAI, Anthropic, or Gemini API key.

REASON 3

Collaborate live with other developers on the same project with shared cursors and voice chat.

REASON 4

Edit a project remotely from a phone through a temporary Cloudflare tunnel or local pairing code.

What's in the stack?

JavaScriptElectronMonacoNode.js

How it stacks up

redxdevelopment/redexcompile0xmukesh/docusaurus-tutorial1tsmejp/palworld-docker-wine
Stars111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-12-27
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity3/52/54/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 30min

Running from source requires Node.js 22 or newer, building signed installers requires code-signing credentials.

No license information is stated in the README.

Wtf does this do

RedEXCompile is a cross-platform desktop code editor from RedX Development, built on the Monaco editor, the same editing core used by VS Code, wrapped in an original dark red and black interface. It supports its own RedEX programming language with syntax highlighting, snippets, a formatter, an outline view, diagnostics, and a preview runner, along with a plugin system called RedEXP and a public plugin registry backed by GitHub. The editor includes multiple persistent terminals with support for PowerShell, Command Prompt, Git Bash, WSL, Bash, Zsh, Fish, and other shells depending on what is installed. A Toolchain Vault discovers programming language runtimes already on your machine so they can be reused across projects instead of being copied into each one, and it can also create Python virtual environments automatically with one click. Package search across npm, PyPI, Cargo, NuGet, Maven Central, RubyGems, Composer, and pub.dev lets you install dependencies scoped to the open project. For AI assistance, you can bring your own API key from OpenAI, Anthropic, Gemini, OpenRouter, or another OpenAI-compatible provider to write, fix, explain, refactor, test, or document code from inside the editor. It also includes the official GitHub Copilot SDK agent with device login, selectable models, and streaming responses. Live collaboration lets multiple people edit the same project with shared cursors, text chat, and voice or video over WebRTC, and a phone can connect for editing either locally with a pairing code or remotely through a temporary Cloudflare tunnel. RedEXCompile ships as installers for Windows, macOS, and Linux, including a portable Windows executable, a macOS DMG, and a Linux AppImage or Debian package. To run it from source instead, you need Node.js 22 or newer, then run npm install followed by npm run dev from the folder containing package.json. Building your own distributable packages uses npm scripts such as npm run dist:win, dist:mac, and dist:linux, and the README notes that unsigned builds may trigger Windows SmartScreen or macOS Gatekeeper warnings unless the build is code-signed.

Yoink these prompts

Prompt 1
Show me the steps to run RedEXCompile from source using Node.js 22 and npm run dev.
Prompt 2
Explain the difference between the Windows Setup installer, the Portable exe, and the source code zip for RedEXCompile releases.
Prompt 3
Walk me through setting up the GitHub Copilot Agent inside RedEXCompile with device login.
Prompt 4
How do I build signed Windows and macOS packages for RedEXCompile using the dist scripts?

Frequently asked questions

wtf is redexcompile?

RedEXCompile is a cross-platform desktop IDE built on the Monaco editor with its own RedEX language, AI assistance, live collaboration, and phone access.

What language is redexcompile written in?

Mainly JavaScript. The stack also includes JavaScript, Electron, Monaco.

What license does redexcompile use?

No license information is stated in the README.

How hard is redexcompile to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is redexcompile for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.