$ cargo new my_app && cd my_app

Build Once.
Run Everywhere.

The Carthage Framework delivers GPU-accelerated apps for desktop and mobile. Rust + C++ audio engine. Vello vector graphics. Zero JavaScript.

Read Documentation
src/main.rs
use carthigan::prelude::*;

struct PaymentView;

impl View for PaymentView {
    fn render(&self) -> impl Widget {
        VStack::new()
            .spacing(16)
            .child(
                Text::new("Send Money")
                    .font(Font::Display)
                    .size(32)
            )
            .child(
                Card::new()
                    .elevation(0) // Flat design by default
                    .child("Mobile Money Integration")
            )
            .on_tap(|ctx| {
                async move {
                    Payment::process().await?;
                }
            })
    }
}

Declarative Rust.

Write UI logic in pure Rust. No JavaScript bridge. No virtual DOM overhead. Just compiled, metal-level performance with a syntax that feels like a modern scripting language.

~40kb
Runtime Size
120fps
On Low-End Android
Type-Safe
Zero Runtime Errors
Universal
iOS, Android, Linux
kernel_init.rs

Carthage OS

We aren't just building apps. We are rewriting the kernel.
A micro-kernel architecture designed for sovereignty and privacy.

010101010001010101010101111010101010101010101001010101010101010100101010101 101010101010101010101010101010101010101010101010101010101010101010101010101 001010101010101101010101001010101111010101010101010010101010101010101010101 101010101010101010101010101010101010101010101010101010101010101010101010101