Wingetlywingetly
← All apps
P

Pelles C

by Pelle Oriniusv13.00

Last updated

Pelles C is a complete development kit for Desktop Windows. It contains among other things an optimizing C compiler, a macro assembler, a linker, a resource compiler, a message compiler, a code signing utility, a make utility and an install builder.

Install with winget

$ winget install --id PelleOrinius.PellesC --exact --version 13.00

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

Silent install command for Pelles C

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

One-line silent install (x64, machine scope)
setup.exe /S

See the full silent install reference for Pelles C

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

Pelles C is a complete development kit for Desktop Windows. It contains among other things an optimizing C compiler, a macro assembler, a linker, a resource compiler, a message compiler, a code signing utility, a make utility and an install builder.

It also contains an integrated development environment (IDE) with project management, debugger, profiler, source code editor, and resource editors for dialogs, menus, string tables, accelerator tables, bitmaps, icons, cursors, animated cursors, animation videos (AVI's without sound), versions and manifests.

The compiler was originally based on LCC (by Chris Fraser and David Hanson), but since then enhanced with support for C99/C11/C17/C23, a global optimizer, a new register allocator, a function inliner, intrinsic functions, and many Microsoft C extensions.

Features:

- Support for 32-bit Windows (X86) and 64-bit Windows (X64).

- Support for the newer C standards C99, C11, C17, and C23.

- Support for OpenMP version 3.1.

- Support for most SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, AVX, AVX2, and AVX512(F) intrinsics (X64 only).

- Integrated source code editor with call tips and symbol browsing.

- Integrated source-level debugger.

- Integrated sampling profiler.

- Project management.

- Inline assembler for X86 (not X64, since intrinsics are better).

- Integrated resource editor.

- Integrated bitmap, icon and cursor editor.

- Integrated animated cursor and video editor.

- Integrated hex-dump editor.

- Support for custom controls in the dialog editor.

- Support for custom project wizards.

- Pelles C is freeware. See terms of use.

Installers · v13.00

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
machineDirect

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

Security

No known CVEs for Pelles C.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • 海龟编辑器 2.0深圳点猫科技有限公司
    Codemao.TurtleEditor.2v2.7.6

    2.0 更好用的交互界面;支持一键安装 Python 第三方库;内置语法纠错、代码联想

  • 海龟编辑器深圳点猫科技有限公司
    Codemao.TurtleEditor.1v1.8.7

    搭积木,学 Python!编程猫海龟编辑器,支持积木/代码一键转换。

  • Applet Runner ProJapplis
    Japplis.AppletRunnerProv2.18

    Run Java Applets as an Application

  • HTTP Analyzer V7IEInspector Software
    IEInspector.HTTPAnalyzerv7.6.4

    HTTP Sniffer, HTTP Monitor, HTTP Tracer, HTTP Debugger, HTTP/HTTPS Analyzer

  • S
    slikBobdaProgrammer
    BobdaProgrammer.slikv1.0.1

    A terminal based IDE

  • TigerJythonTJ Group
    TJGroup.TigerJythonv2.43

    TigerJython is a simple development environment for programming in Jython

More from Pelle Orinius or browse C, Compiler, Debugger.

Frequently asked questions

How do I install Pelles C on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PelleOrinius.PellesC --exact --version 13.00. winget downloads the installer from Pelle Orinius and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Pelles C silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PelleOrinius.PellesC --exact 13.00 --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 Pelles C?
Pelles C uses EXE (NSIS). Run the downloaded installer with: setup.exe /S. The silent switches are /S.
How do I uninstall Pelles C via winget?
Run: winget uninstall --id PelleOrinius.PellesC --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Pelles C's Apps & Features entry.
Is Pelles C free?
Pelles C is distributed under Freeware. Refer to the publisher (http://www.smorgasbordet.com/pellesc/) for the full license terms - Wingetly itself does not charge for installation.
Does Pelles C 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 Pelles C directly from the publisher.
How do I keep Pelles C up to date?
Run winget upgrade --id PelleOrinius.PellesC --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Pelles C from microsoft/winget-pkgs.