# ace-builds

> Ace (Ajax.org Cloud9 Editor)

Latest version **1.44.0** (published 2026-05-11) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install ace-builds
pnpm add ace-builds
yarn add ace-builds
bun add ace-builds
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; has provenance; high quality score.

Warnings: low downloads; no esm support; large bundle.

## Facts

| | |
|---|---|
| Version | 1.44.0 |
| Published | 2026-05-11 |
| First published | 2015-11-04 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 52.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 3093 |
| Maintainers | basicer, nightwing, amzn-oss |

## Links

- npm: https://www.npmjs.com/package/ace-builds
- Repository: https://github.com/ajaxorg/ace-builds
- Issues: https://github.com/ajaxorg/ace-builds/issues
- npm.io page: https://npm.io/package/ace-builds

## Recent versions

- 1.44.0 (latest) — 2026-05-11
- 1.43.6 — 2026-01-23
- 1.43.5 — 2025-12-02
- 1.43.4 — 2025-10-17
- 1.43.3 — 2025-09-02
- 1.43.2 — 2025-07-15
- 1.43.1 — 2025-07-02
- 1.43.0 — 2025-06-20
- 1.42.0 — 2025-06-03
- 1.41.0 — 2025-05-02
- 1.40.1 — 2025-04-23
- 1.40.0 — 2025-04-15
- 1.39.1 — 2025-03-20
- 1.39.0 — 2025-02-21
- 1.38.0 — 2025-02-12
- … 124 more at https://npm.io/package/ace-builds/versions

## README

Ace (Ajax.org Cloud9 Editor)
============================
[![CDNJS](https://img.shields.io/cdnjs/v/ace.svg)](https://cdnjs.com/libraries/ace)
[![npm](https://img.shields.io/npm/v/ace-builds.svg)](https://www.npmjs.com/package/ace-builds)

Ace is a code editor written in JavaScript.

---

### ❗<span style="color:red">ISSUES ARE DISABLED IN THIS REPOSITORY</span>❗

This repository has only generated files. To report your issues, suggest features, ask questions, or work on Ace editor itself please go to Ace repository https://github.com/ajaxorg/ace.

---


Here you can find pre-built files for convenience of embedding. It contains 4 versions:
 * [src](https://github.com/ajaxorg/ace-builds/tree/master/src)              concatenated but not minified
 * [src-min](https://github.com/ajaxorg/ace-builds/tree/master/src-min)      concatenated and minified with uglify.js
 * [src-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-noconflict)      uses ace.require instead of require
 * [src-min-noconflict](https://github.com/ajaxorg/ace-builds/tree/master/src-min-noconflict)      concatenated, minified with uglify.js, and uses ace.require instead of require


For a simple way of embedding ace into webpage see [editor.html](https://github.com/ajaxorg/ace-builds/blob/master/editor.html) or list of other [simple examples](https://github.com/ajaxorg/ace-builds/tree/master/demo).
To see ace in action go to [kitchen-sink-demo](http://ajaxorg.github.io/ace-builds/kitchen-sink.html), [scrollable-page-demo](http://ajaxorg.github.io/ace-builds/demo/scrollable-page.html) or [minimal demo](http://ajaxorg.github.io/ace-builds/editor.html).

---
_Source: https://npm.io/package/ace-builds · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
