Alacran banner
kwakuoseikwakye kwakuoseikwakye

Alacran

AI community

Description

Give your AI a memory of your business — a local-first control panel for running an AI-native company on your own machine. MIT.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Alacrán

Alacrán

**Give your AI a memory of your business, on your own machine.**

[![CI](https://github.com/kwakuoseikwakye/alacran/actions/workflows/ci.yml/badge.svg)](https://github.com/kwakuoseikwakye/alacran/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-ff2e43.svg)](LICENSE) [![Download](https://img.shields.io/github/v/release/kwakuoseikwakye/alacran-releases?label=download)](https://github.com/kwakuoseikwakye/alacran-releases/releases/latest)

[Download](#install) | [Quick start](#quick-start) | [How it works](#how-it-works) | [Contributing](CONTRIBUTING.md) | [Changelog](CHANGELOG.md)


Every new AI chat starts as a total stranger. It doesn't know what your business sells, who your customers are, or how you like things written, so you end up retyping the same background paragraph before it can actually be useful to you.

Alacrán fixes that. It's a small app that runs on your own computer. You describe your business once, in plain language, and it writes that down as real files in a folder **you** own. From then on, it hands those files to your coding agent before every task, and shows you exactly what the agent wants to change before anything gets saved.

There's no hosted service behind any of this. No account, no licence key, and no server of ours your data could ever reach. It's a local Next.js server that runs on `127.0.0.1`, wrapped in a native desktop window — no browser tab, no address bar.

What it actually does

  • Create a company. One folder holding everything an AI should know about a business, scaffolded from one of 7 starter packs (General, Software engineering, Sales, Marketing, Customer support, HR & People, Leadership).
  • Guided setup. A plain-language wizard asks about the business domain, the stakeholders, how value flows, and where the bottleneck is, then writes a structured ontology file for you.