---
slug: "snow-flow"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/groeimetai/snow-flow@main/README.md"
repo: "https://github.com/groeimetai/snow-flow"
source_file: "README.md"
branch: "main"
---
<p align="center">
<pre align="center">
███████╗███████╗██████╗  █████╗  ██████╗
██╔════╝██╔════╝██╔══██╗██╔══██╗██╔════╝
███████╗█████╗  ██████╔╝███████║██║     
╚════██║██╔══╝  ██╔══██╗██╔══██║██║     
███████║███████╗██║  ██║██║  ██║╚██████╗
╚══════╝╚══════╝╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝
</pre>
</p>

<h3 align="center">The terminal-native AI agent for ServiceNow developers and consultants.</h3>

<p align="center">
  Your terminal &bull; your keys (BYOK, 20+ providers) &bull; every instance &bull; 429 ServiceNow MCP tools
</p>

<p align="center">
  <a href="https://www.npmjs.com/package/@serac-labs/core"><img alt="npm" src="https://img.shields.io/npm/v/@serac-labs/core?style=for-the-badge&logo=npm&logoColor=white&color=CB3837" /></a>&nbsp;
  <a href="https://www.npmjs.com/package/@serac-labs/core"><img alt="Downloads" src="https://img.shields.io/npm/dw/@serac-labs/core?style=for-the-badge&logo=npm&logoColor=white&label=downloads&color=CB3837" /></a>&nbsp;
  <a href="https://github.com/serac-labs/serac/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/serac-labs/serac?style=for-the-badge&logo=github&color=yellow" /></a>&nbsp;
  <a href="https://github.com/serac-labs/serac"><img alt="TypeScript" src="https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white" /></a>&nbsp;
  <a href="https://github.com/serac-labs/serac/blob/main/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-Apache--2.0-blue?style=for-the-badge" /></a>
</p>

<p align="center">
  <a href="README.md">English</a> |
  <a href="README.zh.md">简体中文</a> |
  <a href="README.zht.md">繁體中文</a> |
  <a href="README.ko.md">한국어</a> |
  <a href="README.de.md">Deutsch</a> |
  <a href="README.es.md">Español</a> |
  <a href="README.fr.md">Français</a> |
  <a href="README.it.md">Italiano</a> |
  <a href="README.da.md">Dansk</a> |
  <a href="README.ja.md">日本語</a> |
  <a href="README.pl.md">Polski</a> |
  <a href="README.ru.md">Русский</a> |
  <a href="README.bs.md">Bosanski</a> |
  <a href="README.ar.md">العربية</a> |
  <a href="README.no.md">Norsk</a> |
  <a href="README.br.md">Português (Brasil)</a> |
  <a href="README.th.md">ไทย</a> |
  <a href="README.tr.md">Türkçe</a> |
  <a href="README.uk.md">Українська</a> |
  <a href="README.bn.md">বাংলা</a> |
  <a href="README.gr.md">Ελληνικά</a> |
  <a href="README.vi.md">Tiếng Việt</a>
</p>

[![Serac Terminal UI](https://github.com/groeimetai/snow-flow/raw/HEAD/packages/web/src/assets/lander/screenshot.png)](https://serac.build)

Serac is a terminal-native AI development agent purpose-built for **ServiceNow**. It brings 429 ServiceNow MCP tools, 55 bundled domain skills (including Blast Radius impact analysis), and 20+ AI providers into your own terminal — your editor, your keys (BYOK), and any instance you connect to. It's built for ServiceNow developers and the consultants who work across many client instances. Serac extends the open-source [opencode](https://github.com/anomalyco/opencode) agent with a deep ServiceNow domain layer.

---

### Installation

```bash
# YOLO
curl -fsSL https://serac.build/install | bash

# Package managers
npm i -g @serac-labs/core@latest  # or bun/pnpm/yarn
```

> [!TIP]
> Remove versions older than 0.1.x before installing.

### Desktop App (BETA)

Serac is also available as a desktop application. Download directly from the [releases page](https://github.com/serac-labs/serac/releases) or [github.com/serac-labs/serac/releases/latest](https://github.com/serac-labs/serac/releases/latest).

| Platform              | Download                        |
| --------------------- | ------------------------------- |
| macOS (Apple Silicon) | `serac-desktop-mac-arm64.dmg`   |
| macOS (Intel)         | `serac-desktop-mac-x64.dmg`     |
| Windows               | `serac-desktop-windows-x64.exe` |
| Linux                 | `.deb`, `.rpm`, or `.AppImage`  |

#### Installation Directory

The install script respects the following priority order for the installation path:

1. `$SERAC_INSTALL_DIR` - Custom installation directory
2. `$XDG_BIN_DIR` - XDG Base Directory Specification compliant path
3. `$HOME/.serac/bin` - Default

```bash
# Examples
SERAC_INSTALL_DIR=/usr/local/bin curl -fsSL https://serac.build/install | bash
XDG_BIN_DIR=$HOME/.local/bin curl -fsSL https://serac.build/install | bash
```

### Agents

Serac includes two built-in agents you can switch between with the `Tab` key.

- **build** - Default, full-access agent for development work
- **plan** - Read-only agent for analysis and code exploration
  - Denies file edits by default
  - Asks permission before running bash commands
  - Ideal for exploring unfamiliar codebases or planning changes

Also included is a **general** subagent for complex searches and multistep tasks.
This is used internally and can be invoked using `@general` in messages.

Learn more about [agents](https://serac.build/docs/agents).

### Documentation

For more info on how to configure Serac, [**head over to our docs**](https://serac.build/docs).

### Contributing

If you're interested in contributing to Serac, please read our [contributing docs](https://github.com/groeimetai/snow-flow/blob/HEAD/CONTRIBUTING.md) before submitting a pull request.

### Building on Serac

If you are working on a project that's related to Serac and is using "serac" as part of its name, for example "serac-dashboard" or "serac-mobile", please add a note to your README to clarify that it is not built by the Serac team and is not affiliated with us in any way.

### License

Licensed under the [Apache License 2.0](https://github.com/groeimetai/snow-flow/tree/HEAD/LICENSE) — see also [`NOTICE`](https://github.com/groeimetai/snow-flow/tree/HEAD/NOTICE) for third-party attributions (built on the MIT-licensed [opencode](https://github.com/anomalyco/opencode)).
