SkillAgentSearch skills...

Elsa

❄️ Elsa is a minimal runtime for JavaScript and TypeScript written in Go

Install / Use

/learn @elsaland/Elsa
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Elsa

Discord invite

<img align="right" src=assets/logo.svg height="120px">

Elsa is a minimal JavaScript and TypeScript runtime written in Go. Built on top of quickjs and heavily inspired by Deno.

Features

  • URL imports.
  • useful Web APIs.
  • compiles TypeScript out of the box.
  • bundling. elsa bundle
  • compiling to native distributable binaries. elsa compile
// hello.ts
import { hello } from "https://x.nest.land/arweave-hello@0.0.2/mod.ts";

hello("Elsa");
> elsa run hello.ts
Hello, Elsa
View on GitHub
GitHub Stars2.8k
CategoryDevelopment
Updated2d ago
Forks62

Languages

TypeScript

Security Score

100/100

Audited on Mar 30, 2026

No findings