Skip to content

pepicrft/plasma

Repository files navigation

Plasma

License: MPL-2.0 Electron

A local-first, AI-powered tool for building iOS and Android apps.

Motivation

Platform-native editors like Xcode and Android Studio are adding AI features incrementally, but they're constrained by decades of existing UI and workflows. There's an opportunity to rethink app development from scratch, where traditional IDE features and direct code manipulation become optional rather than central.

Inspired by Tidewave.

Development

Install dependencies with mise:

mise install

Run the desktop app:

mise run dev

Build the app:

cd app && npm run build

Package the app:

cd app && npm run package

License

MPL-2.0