Back to all

code-builder

by Kirky-X

00Feb 7, 2026Visit Source
Build and package code for multiple languages. Use when: - Building executables ("Build my Rust app into an executable") - Creating Docker images ("Build a Docker image for my app") - Setting up CI/CD ("Configure build pipeline for CI") - Packaging for distribution ("Package my Python app for distribution") - Cross-platform builds ("Build for Windows, Linux, and macOS") - Native compilation ("Build native image with GraalVM") Supports: Rust (cargo, cross), Java (Maven/Gradle + GraalVM), Python (uv, PyInstaller), Node.js (pkg), TypeScript (esbuild), and Docker multi-stage builds.