Build Native Apps with Web Technology

FreedomCore is a modern application platform built on Tauri. Create lightweight, secure, and truly native applications using the web technologies you already know.

import { createApp } from '@freedomcore/core';

const app = createApp({
  title: 'My Freedom App',
  secure: true,
  platform: 'native'
});

await app.launch();

Why FreedomCore?

Built for developers who value performance, security, and user freedom

Lightning Fast

Native performance with minimal resource usage. Your apps start in milliseconds, not seconds.

🔒

Secure by Default

Built on Rust with a security-first architecture. No electron vulnerabilities, no compromises.

📦

Tiny Bundles

Ship apps that are 10x smaller than Electron alternatives. Users will thank you.

🎨

Use Any Framework

React, Vue, Svelte, or vanilla JS - use the tools you love with zero configuration.

🚀

Cross-Platform

Deploy to Windows, macOS, and Linux from a single codebase. True write once, run anywhere.

🛠

Developer First

Hot reload, DevTools integration, and a delightful development experience from start to ship.

Get Started in Minutes

From zero to native app in three simple steps

1

Install CLI

npm install -g @freedomcore/cli
2

Create Project

freedom create my-app
3

Start Building

cd my-app && npm start