# @sap/cds-compiler

> CDS (Core Data Services) compiler and backends

Latest version **7.1.1** (published 2026-09-09) · SEE LICENSE IN LICENSE license · 0 weekly downloads

## Install

```sh
npm install @sap/cds-compiler
pnpm add @sap/cds-compiler
yarn add @sap/cds-compiler
bun add @sap/cds-compiler
```

Provides the commands `cdsc`, `cdshi`, `cdsse`.

## Health

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

Positive: has types; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no esm support.

## Facts

| | |
|---|---|
| Version | 7.1.1 |
| Published | 2026-09-09 |
| First published | 2020-06-12 |
| Weekly downloads | 0 |
| License | SEE LICENSE IN LICENSE |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=22 |
| Dependencies | 0 |
| Unpacked size | 3.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | SAP SE |
| Maintainers | sap_extncrepos |
| Keywords | CDS |

## Links

- npm: https://www.npmjs.com/package/@sap/cds-compiler
- Homepage: https://cap.cloud.sap/
- npm.io page: https://npm.io/package/@sap/cds-compiler

## Recent versions

- 7.1.1 (latest) — 2026-09-09
- 6.9.5 (maintenance) — 2026-09-08
- 7.1.0 — 2026-09-07
- 6.9.4 — 2026-07-29
- 7.0.3 — 2026-07-22
- 7.0.2 — 2026-07-16
- 7.0.1 — 2026-06-26
- 6.9.3 — 2026-06-19
- 6.9.2 — 2026-05-11
- 6.9.1 — 2026-05-06
- 6.9.0 — 2026-04-22
- 6.8.0 — 2026-03-09
- 6.7.3 — 2026-02-12
- 6.7.2 — 2026-02-05
- 6.7.1 — 2026-02-02
- … 142 more at https://npm.io/package/@sap/cds-compiler/versions

## README

# Getting started



## Installation and Usage

Install with npm:

```
npm install "@sap/cds-compiler"
```

Or maintain your package.json dependencies as follows:

```
  "dependencies": {
    "@sap/cds-compiler": "latest"
  }
```

If your project already has a dependency to `@sap/cds`, nothing has to be done.



## Documentation

Please refer to the [official CDS documentation](https://cap.cloud.sap/docs/cds/).



## How to Obtain Support

In case you find a bug, please report an [incident](https://cap.cloud.sap/docs/resources/#reporting-incidents) on SAP Support Portal.



## History and License

The cds-compiler uses [Semantic Versioning](./doc/Versioning.md) for its version numbers.

Our [CHANGELOG.md](./CHANGELOG.md) lists recent changes.

This package is provided under the terms of the [SAP Developer License Agreement, Version 3.2 CAP](LICENSE).
<!-- https://cap.cloud.sap/resources/license/developer-license-3_2_CAP.txt -->

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