Wingetlywingetly
← All apps

TheiaIDE

by Eclipse Theiav1.75.0

Last updated

A modern and open IDE for cloud and desktop.

Install with winget

$ winget install --id EclipseFoundation.TheiaIDE --exact --version 1.75.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for TheiaIDE

TheiaIDE uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
TheiaIDESetup-1.75.0.exe /S /currentuser

See the full silent install reference for TheiaIDE

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

The Eclipse IDE is a modern and open IDE for cloud and desktop. The Theia IDE is based on the Theia platform. The Theia IDE is available as a downloadable desktop application. You can also try the latest version of the Theia IDE online. The online test version is limited to 30 minutes per session and hosted via Theia.cloud. Finally, we provide an experimental Docker image for hosting the Theia IDE online.

The Eclipse Theia IDE also serves as a template for building desktop-based products based on the Eclipse Theia platform, as well as to showcase Eclipse Theia capabilities. It is made up of a subset of existing Eclipse Theia features and extensions. Documentation is available to help you customize and build your own Eclipse Theia-based product.

Installers · v1.75.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
userDirect
x64EXE
NSIS
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

14 known CVEs via NVD

  • high7.5Patched in wingetCVE-2026-61891affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend exposes HTTP file-download endpoints (`GET /file`, `GET /files/`, `PUT /files/`) that convert a client-supplied URI directly to a filesystem path and stream the file, without confining it to th...

  • high8.8Patched in wingetCVE-2026-60009affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions up to and including 1.73.1, the `@theia/filesystem` backend binds `POST /file-upload` in every filesystem-enabled deployment. The handler takes an attacker-supplied absolute path from the multipart `uri` field and calls `fs.move(tmp, target, { overwrite...

  • medium6.5Patched in wingetCVE-2026-14574affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions 0.7.0 and up until including 1.73.1, the `PreferenceUtils.merge` function in `@theia/core` recursively merges preference values without rejecting prototype-related keys (`__proto__`, `constructor`, `prototype`). Because this function is invoked by `Pref...

  • high7.5Patched in wingetCVE-2026-12609affects before 1.74.0Aug 5, 2026

    In Eclipse Theia versions 1.66.0 and up until including 1.73.1, the `@theia/plugin-ext` backend exposes the `/hostedPlugin/:pluginId/:path(*)` HTTP endpoint, which resolves the requested file path with `path.resolve(localPath, filePath)` without verifying that the resolved path...

  • high8.8Patched in wingetCVE-2026-46580affects before 1.71.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.71.0, files matching the pattern .prompts/*.prompttemplate in a workspace were automatically loaded and could override or extend the AI agent's system prompts. An attacker could craft a malicious repository containing prompt template files th...

  • high8.8Patched in wingetCVE-2026-44691affects before 1.69.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.69.0, custom task definitions in workspace files (e.g. .theia/tasks.json, .vscode/tasks.json) could be executed without requiring workspace trust. An attacker could craft a malicious repository that, when cloned and opened in Theia, leads to...

  • high8.8Patched in wingetCVE-2026-44688affects before 1.71.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.71.0, the AI chat agent processed workspace file and directory names as part of its prompt context without distinguishing them from system instructions. An attacker could craft a malicious repository with adversarial directory or file names t...

  • medium6.5Patched in wingetCVE-2026-22551affects before 1.71.0Jun 18, 2026

    In Eclipse Theia versions prior to 1.71.0, the AI chat rendered Markdown image tags from AI responses, triggering HTTP requests to arbitrary external URLs without restriction. Combined with prompt injection in a malicious workspace, an attacker could induce the AI agent to const...

Showing 8 of 14. Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • TheiaBlueprintEclipse Theia
    EclipseFoundation.TheiaBlueprintv1.44.0

    Eclipse Theia Blueprint is a template for building desktop-based products based on the Eclipse Theia platform, as well as to showcase Eclipse Theia capabilities.

  • Node.js (LTS)Node.js Foundation
    OpenJS.NodeJS.LTSv24.19.0

    Run JavaScript Everywhere

  • Python 3.12Python Software Foundation
    Python.Python.3.12v3.12.10

    Python is a programming language that lets you work more quickly and integrate your systems more effectively.

  • Claude CodeAnthropic PBC
    Anthropic.ClaudeCodev2.1.268

    Unleash Claude’s raw power directly in your terminal. Search million-line codebases instantly. Turn hours-long workflows into a single command. Your tools. Your workflow. Your codebase, evolving at thought speed.

  • Python 3.14Python Software Foundation
    Python.Python.3.14v3.14.7

    A programming language that lets you work more quickly and integrate your systems more effectively.

  • CursorAnysphere
    Anysphere.Cursorv3.19.7

    The AI Code Editor

More from Eclipse Theia or browse code, coding, develop.

Frequently asked questions

How do I install TheiaIDE on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id EclipseFoundation.TheiaIDE --exact --version 1.75.0. winget downloads the installer from Eclipse Theia and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install TheiaIDE silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id EclipseFoundation.TheiaIDE --exact 1.75.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for TheiaIDE?
TheiaIDE uses EXE (NSIS). Run the downloaded installer with: TheiaIDESetup-1.75.0.exe /S /currentuser. The silent switches are /S.
How do I uninstall TheiaIDE via winget?
Run: winget uninstall --id EclipseFoundation.TheiaIDE --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from TheiaIDE's Apps & Features entry.
Is TheiaIDE free?
TheiaIDE is distributed under MIT. Refer to the publisher (https://theia-ide.org/) for the full license terms - Wingetly itself does not charge for installation.
Does TheiaIDE work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls TheiaIDE directly from the publisher.
How do I keep TheiaIDE up to date?
Run winget upgrade --id EclipseFoundation.TheiaIDE --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of TheiaIDE from microsoft/winget-pkgs.

Recent versions

  • 1.75.0latest
  • 1.74.100
  • 1.73.100
  • 1.72.300
  • 1.71.101
  • 1.70.200
  • 1.69.0
  • 1.68.201
  • 1.68.200
  • 1.67.100