Install Heim

Get started with Heim in seconds

Install Heim on Mac
x64 arm64

curl -L "https://cloud.heim.dev/heim/release/download?file=heim.sh" | sh

Automatically detects Intel and Apple Silicon architectures

Install Heim on Linux
x64 arm64

curl -L "https://cloud.heim.dev/heim/release/download?file=heim.sh" | sh

Automatically detects x86_64 and ARM64 architectures

Install Heim on Windows
x64

Double click to install, done!

(It will popup and disappear immediately, that is expected)

Quick Start

Deploy your first app in minutes

Get Started

1

Start Heim

heim start
2

Create New Project

heim new
3

Choose Template

Select a starting template for the language of your choice

4

Deploy Locally

heim deploy

🎉 Application deployed locally!

To deploy it to the cloud run:

heim deploy --cloud

Heim Cloud 0.5.1

Summary We just opened the beta for Heim Cloud, a self-orchestrating platform for deploying and running applications without Kubernetes, containers, or traditional DevOps workflows.     Heim provides a deterministic execution layer for Rust, Go, Python, C#, TypeScript, and C — with built-in templates, strong sandboxing, and zero-config deployments.     You can also generate

Jul 8, 2025 1 min


Summary

We just opened the beta for Heim Cloud, a self-orchestrating platform for deploying and running applications without Kubernetes, containers, or traditional DevOps workflows.
 
 
Heim provides a deterministic execution layer for Rust, Go, Python, C#, TypeScript, and C — with built-in templates, strong sandboxing, and zero-config deployments.
 
 
You can also generate entire projects from OpenAPI specifications. Everything runs in isolated components with minimal overhead. No YAML. No infrastructure hassle.
 
 
We’re still early, and would love your feedback.
→ Getting started: https://cloud.heim.dev/heim/docs/start-here/getting-started/
→ Discord: https://discord.com/invite/heim
→ Raise issues on GitHub: https://github.com/Nor2-io/heim/issues
Happy to answer any questions in the comments.

Changelog

Click to view changes in v0.5.1
  • ✨ **New:** Added support for oauth2 login for Heim-portal and deployment.
  • ✨ **New:** Added generated sub-domains for each user.
  • ✨ **New:** Added template for C applications.
  • ✨ **New:** Added template for Go applications.
  • 🛠️ **Improved:** Build and deploy pipeline has been improved and contains more details of whats happening.
  • 🛠️ **Improved:** Updated documentation for new templates and OpenAPI specification.
  • 🧹 **Fixed:** Fixed multiple bugs in display logs in the Heim-portal.
  • 🧹 **Fixed:** Fixed invalid links in the documentation.
  • 🧹 **Fixed:** OpenAPI specification validation to our limited subset.