ordinary-studio 0.10.0

Ordinary project editor and applicaiton manager.
<!--
Copyright (C) 2026 Ordinary Labs, LLC.

SPDX-License-Identifier: AGPL-3.0-only
-->

# Ordinary Studio

[![crates.io](https://img.shields.io/crates/v/ordinary-studio.svg)](https://crates.io/crates/ordinary-studio/0.10.0)
[![dependency status](https://deps.rs/crate/ordinary-studio/0.10.0/status.svg)](https://deps.rs/crate/ordinary-studio/0.10.0)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)

Ordinary project editor and application manager.

Built with [Tauri](https://tauri.app) & [Svelte](https://svelte.dev).

## Install Dependencies

```sh
pnpm i
```

## Running

```sh
pnpm tauri dev
```

## License

Copyright 2026 Ordinary Labs, LLC

Licensed under the GNU `AGPLv3`: <https://www.gnu.org/licenses/agpl-3.0.html>