<!-- markdownlint-disable MD041 --> Self-Hosted Cloud Development Environments and AI Agents Quickstart | Docs | Why Coder | Premium Coder is a self-hosted platform for cloud development environments and AI…
<!-- markdownlint-disable MD041 -->
Self-Hosted Cloud Development Environments and AI Agents
[Quickstart](#quickstart) | Docs | Why Coder | Premium







Coder is a self-hosted platform for cloud development environments and AI coding agents. Workspaces are defined with Terraform, connected through a secure Wireguard® tunnel, and automatically shut down when not used. Coder Agents runs a native AI coding agent whose loop executes in the control plane on your infrastructure, with no API keys in workspaces.
- Define cloud development environments in Terraform
- Automatically shutdown idle resources to save on costs
- Onboard developers in seconds instead of days
- Delegate coding work to AI agents on your infrastructure
Quickstart
The most convenient way to try Coder is to install it on your local machine and experiment with provisioning cloud development environments using Docker (works on Linux, macOS, and Windows).
shell
# First, install Coder
curl -L https://coder.com/install.sh | sh
# Start the Coder server (caches data in ~/.cache/coder)
coder server
# Navigate to http://localhost:3000 to create your initial user,
# create a Docker template and provision a workspace
Install
The easiest way to install Coder is to use the
install script for Linux
and macOS. For Windows, use the latest ..._installer.exe file from GitHub
Releases.
shell
curl -L https://coder.com/install.sh | sh
You can run the install script with --dry-run to see the commands that will be used to install without executing them. Run the install script with --help for additional flags.
> See install for additional methods.
Once installed, you can start a production deployment with a single command:
shell
# Automatically sets up an external access URL on *.try.coder.app
coder server
# Requires a PostgreSQL instance (version 13 or higher) and external access URL
coder server --postgres-url --access-url
Use coder --help to get a list of flags and environment variables. See the install guides for a complete tutorial.
Documentation
Browse the documentation or visit a specific section below:
- Workspaces: Workspaces contain the IDEs, dependencies, and configuration information needed for software development
- Templates: Templates are written in Terraform and describe the infrastructure for workspaces
- Coder Agents: Delegate coding work to AI agents running on your self-hosted infrastructure
- Administration: Learn how to operate Coder
- Premium: Learn about paid features built for large teams
- IDEs: Connect your existing editor to a workspace
Support
Feel free to open an issue if you have questions, run into bugs, or have a feature request.
Join our Discord to provide feedback on in-progress features and chat with the community using Coder!
Integrations
New integrations are always in progress. Open an issue to request one. Contributions are welcome in any official or community repository.
Official
- Coder Registry: Templates, modules, and integrations for common development environments
- VS Code Extension: Open any Coder workspace in VS Code with a single click
- JetBrains Toolbox Plugin: Open any Coder workspace from JetBrains Toolbox with a single click
- JetBrains Gateway Plugin: Open any Coder workspace in JetBrains Gateway with a single click
- Dev Containers: Build development environments using
devcontainer.jsonon Docker, Kubernetes, and OpenShift - Kubernetes Log Stream: Stream Kubernetes Pod events to the Coder startup logs
- Self-Hosted VS Code Extension Marketplace: A private extension marketplace that works in restricted or airgapped networks integrating with code-server.
- GitHub Actions: An action to set up the Coder CLI in GitHub workflows
Community
- Community Templates: Community-contributed workspace templates in the Coder Registry
- Community Modules: Community-contributed modules to extend Coder templates
- Provision Coder with Terraform: Provision Coder on Google GKE, Azure AKS, AWS EKS, DigitalOcean DOKS, IBMCloud K8s, OVHCloud K8s, and Scaleway K8s Kapsule with Terraform
- Coder Template GitHub Action: A GitHub Action that updates Coder templates
- Discord: Chat with the community and provide feedback on in-progress features
Contributing
New contributors are always welcome. If you are new to the Coder codebase, see
the contribution guide to get started.
Hiring
Apply on the careers page if you are interested in joining the team.
Members
-
coder ★ PINNED
Secure environments for developers and their agents
Go ★ 14k 19m agoExplain → -
mux ★ PINNED
A desktop app for isolated, parallel agentic development
TypeScript ★ 1.9k 18m agoExplain → -
code-server ★ PINNED
VS Code in the browser
TypeScript ★ 78k 1d agoExplain → -
websocket ★ PINNED
Minimal and idiomatic WebSocket library for Go
Go ★ 5.3k 11d agoExplain → -
sshcode ▣
Run VS Code on any server over SSH.
Go ★ 5.7k 5y agoExplain → -
claudecode.nvim
🧩 Claude Code Neovim IDE Extension
Lua ★ 2.9k 12h agoExplain → -
ghostty-web
Ghostty for the web with xterm.js API compatibility
TypeScript ★ 2.6k 2mo agoExplain → -
wush
simplest & fastest way to transfer files between computers via WireGuard
Go ★ 1.4k 11mo agoExplain → -
agentapi
HTTP API for Claude Code, Goose, Aider, Gemini, Amp, and Codex
Go ★ 1.4k 29d agoExplain → -
deploy-code-server
Deploy code-server to the cloud with a few clicks ☁️ 👨🏼💻
Shell ★ 989 2y agoExplain → -
httpjail
HTTP(s) request filter for processes
Rust ★ 952 2mo agoExplain → -
boo
A GNU screen style terminal multiplexer built on libghostty.
Zig ★ 702 8h agoExplain → -
sail ▣
Deprecated: Instant, pre-configured VS Code development environments.
Go ★ 629 6y agoExplain → -
code-marketplace
Open source extension marketplace for VS Code.
Go ★ 363 3d agoExplain → -
slog
Minimal structured logging library for Go
Go ★ 351 16d agoExplain → -
guts
Guts is a code generator that converts Golang types to Typescript. Useful for keeping types in sync between the front and backend.
Go ★ 316 22d agoExplain → -
envbuilder
Build development environments from a Dockerfile on Docker, Kubernetes, and OpenShift. Enable developers to modify their development environment quickly.
Go ★ 297 1mo agoExplain → -
anyclaude
Claude Code with any LLM
TypeScript ★ 284 10mo agoExplain → -
quartz
A Go time testing library for writing deterministic unit tests
Go ★ 275 1mo agoExplain → -
picopilot
GitHub Copilot in 70 lines of JavaScript
JavaScript ★ 254 2y agoExplain → -
hnsw
In-memory vector index for Go
Go ★ 232 3d agoExplain → -
awesome-coder
A curated list of awesome Coder resources.
★ 202 2d agoExplain → -
acp-go-sdk
Go SDK for the Agent Client Protocol (ACP), offering typed requests, responses, and helpers so Go applications can build ACP-compliant agents, clients, and integrations
Go ★ 193 20d agoExplain → -
awesome-code-server
Projects, resources, and tutorials that take code-server to the next level
★ 190 2y agoExplain → -
aicommit
become the world's laziest committer
Go ★ 185 1y agoExplain → -
blink
Blink is a self-hosted platform for building and running custom, in-house AI agents.
TypeScript ★ 160 3d agoExplain → -
redjet
High-performance Redis library for Go
Go ★ 149 1y agoExplain → -
vscode-coder
Open any Coder workspace in VS Code with a single click.
TypeScript ★ 128 6h agoExplain → -
images
Example Docker images for use with Coder
Shell ★ 123 6d agoExplain → -
pulldash
Review pull requests in a high-performance UI, driven by keybinds.
TypeScript ★ 112 5mo agoExplain → -
nbin ▣
Fast and robust node.js binary compiler.
TypeScript ★ 109 5y agoExplain → -
cursor-arm ▣
Cursor built for ARM Linux and Windows
Nix ★ 108 1y agoExplain → -
balatrollm
Play Balatro with LLMs 🎯
Python ★ 95 14d agoExplain → -
registry
Publish Coder modules and templates for other developers to use.
HCL ★ 74 12h agoExplain → -
envbox
envbox is an image that enables creating non-privileged containers capable of running system-level software (e.g. dockerd, systemd, etc) in Kubernetes.
Go ★ 71 29d agoExplain → -
coder-v1-cli ▣
Command line for Coder v1. For Coder v2, go to https://github.com/coder/coder
★ 70 2y agoExplain → -
backstage-plugins
Official Coder plugins for the Backstage platform
TypeScript ★ 66 7mo agoExplain → -
terraform-provider-coder
No description.
Go ★ 60 7d agoExplain → -
balatrobot
API for developing Balatro bots 🃏
Python ★ 60 1d agoExplain → -
ai-tokenizer
A faster than tiktoken tokenizer with first-class support for Vercel's AI SDK.
TypeScript ★ 56 6mo agoExplain → -
cli ▣
A minimal Go CLI package.
Go ★ 50 5y agoExplain → -
enterprise-helm
Operate Coder v1 on Kubernetes
Go ★ 48 2y agoExplain → -
modules ▣
A collection of Terraform Modules to extend Coder templates.
HCL ★ 48 1y agoExplain → -
wgtunnel
HTTP tunnels over Wireguard
Go ★ 45 5mo agoExplain → -
aisdk-go
A Go implementation of Vercel's AI SDK Data Stream Protocol.
Go ★ 43 7mo agoExplain → -
retry
A tiny retry package for Go.
Go ★ 40 2y agoExplain → -
hat
HTTP API testing for Go
Go ★ 39 4y agoExplain → -
aibridge
Intercept AI requests, track usage, inject MCP tools centrally
Go ★ 38 20d agoExplain → -
observability
No description.
Go ★ 34 3mo agoExplain → -
jetbrains-coder
A JetBrains Plugin for Coder Workspaces
Kotlin ★ 34 3mo agoExplain → -
packages
Deploy Coder to your preferred cloud with a pre-built package.
HCL ★ 32 3d agoExplain → -
exectrace
Simple eBPF-based exec snooping on Linux packaged as a Go library.
Go ★ 32 11mo agoExplain → -
coder-logstream-kube
Stream Kubernetes Pod events to the Coder startup logs
Go ★ 29 1d agoExplain → -
terraform-provider-coderd
Manage a Coder deployment using Terraform
Go ★ 29 37m agoExplain → -
coder-desktop-macos
Coder Desktop application for macOS
Swift ★ 29 3d agoExplain → -
labeler
A GitHub app that labels your issues for you
Go ★ 29 1y agoExplain → -
wsep
High performance command execution protocol
Go ★ 29 3y agoExplain → -
vscode ⑂
Fork of Visual Studio Code to aid code-server integration. Work in progress ⚠️
TypeScript ★ 28 4y agoExplain → -
node-browser ▣
Use Node in the browser.
TypeScript ★ 28 4y agoExplain → -
portabledesktop
Run a real Linux desktop for AI agents.
Go ★ 27 9d agoExplain → -
wush-action
SSH into GitHub Actions
Shell ★ 27 11mo agoExplain → -
docs ▣
Markdown content for Coder v1 Docs.
Shell ★ 25 1y agoExplain → -
coder-desktop-windows
Coder Desktop application for Windows
C# ★ 24 1mo agoExplain → -
coder-jetbrains-toolbox
Coder plugin for remote development support in JetBrains Toolbox
Kotlin ★ 23 9h agoExplain → -
flog
Pretty formatted log for Go
Go ★ 23 3y agoExplain → -
serpent
CLI framework for scale and configurability inspired by Cobra
Go ★ 21 1mo agoExplain → -
boundary
No description.
Go ★ 21 21d agoExplain → -
balatrobench
Benchmark LLMs' strategic performance in Balatro 📊
Python ★ 20 1mo agoExplain → -
code-server-aur
code-server AUR package
Shell ★ 19 1d agoExplain → -
homebrew-coder
Coder Homebrew Tap
Ruby ★ 16 7d agoExplain → -
setup-action
Downloads and Configures Coder.
★ 16 1y agoExplain → -
devcontainer-features
No description.
Shell ★ 14 4mo agoExplain → -
terraform-provider-envbuilder
No description.
Go ★ 13 2d agoExplain → -
envbuilder-starter-devcontainer
A sample project for getting started with devcontainer.json in envbuilder
Dockerfile ★ 13 1y agoExplain → -
cloud-agent
The agent for Coder Cloud
Go ★ 13 3y agoExplain → -
requirefs ▣
Create a readable and requirable file system from tars, zips, or a custom provider.
TypeScript ★ 13 4y agoExplain → -
ts-logger
No description.
TypeScript ★ 13 2y agoExplain → -
clistat
A Go library for measuring and reporting resource usage within cgroups and hosts
Go ★ 12 3d agoExplain → -
cla
The Coder Contributor License Agreement (CLA)
★ 11 7h agoExplain → -
bigdur
A Go package for parsing larger durations.
Go ★ 11 7y agoExplain → -
timer ▣
Accurately measure how long a command takes to run
Go ★ 11 2y agoExplain → -
webinars
No description.
HCL ★ 11 1y agoExplain → -
pr-buddy
System tray utility to show you active PRs and notify on events in those PRs. Works on macOS, Linux & Windows.
Rust ★ 10 24d agoExplain → -
coder.rs
[EXPERIMENTAL] Asynchronous Rust wrapper around the Coder Enterprise API
Rust ★ 10 5y agoExplain → -
presskit
press kit and brand assets for Coder.com
★ 10 1y agoExplain → -
skills
Agent Skills for assisting with installing and using Coder
Shell ★ 9 15h agoExplain → -
ssh ⑂
Easy SSH servers in Golang
Go ★ 9 2y agoExplain → -
agent-tty
Drive, inspect & record terminal sessions from the CLI
TypeScript ★ 8 2d agoExplain → -
ai.coder.com
Coder's AI-Agent Demo Environment
HCL ★ 8 3mo agoExplain → -
preview
Template preview engine
Go ★ 8 3d agoExplain → -
codercord
A Discord bot for our community server
TypeScript ★ 8 4mo agoExplain → -
devcontainer-webinar
The Good, The Bad, And The Future of Dev Containers
Shell ★ 8 2y agoExplain → -
community-templates ▣
Unofficial templates for Coder for various platforms and cloud providers
HCL ★ 8 2y agoExplain → -
box
The Box™ is a NixOS-based appliance for Coder
Nix ★ 7 3d agoExplain → -
ghlabels
A tool to synchronize labels on GitHub repositories sanely.
Go ★ 7 6y agoExplain → -
jetbrains-backend-coder
No description.
Kotlin ★ 7 11mo agoExplain → -
coder-doctor ▣
A preflight check tool for Coder
Go ★ 7 3y agoExplain → -
.github
No description.
★ 6 20d agoExplain → -
tailscale ⑂
The easiest, most secure way to use WireGuard and 2FA.
Go ★ 6 3d agoExplain → -
coder-desktop-linux
Coder Desktop application for Linux (experimental)
C# ★ 6 56m agoExplain → -
go-tools ⑂
[mirror] Go Tools
Go ★ 6 6y agoExplain → -
semhub
No description.
TypeScript ★ 6 1y agoExplain → -
blogs
Content for coder.com/blog
D2 ★ 6 2y agoExplain → -
nfy
EXPERIMENTAL: Pumped up install scripts
Go ★ 6 6y agoExplain → -
mutagen ⑂
Make remote development work with your local tools
Go ★ 5 1mo agoExplain → -
start-workspace-action
No description.
TypeScript ★ 5 9mo agoExplain → -
starquery
Query in near-realtime if a user has starred a GitHub repository.
Go ★ 5 7mo agoExplain → -
kaniko ⑂
Build Container Images In Kubernetes
Go ★ 5 7mo agoExplain → -
gke-disk-cleanup
No description.
Go ★ 5 4y agoExplain → -
fluid-menu-bar-extra ⑂
🖥️ A lightweight tool for building great menu bar extras with SwiftUI.
Swift ★ 4 11d agoExplain → -
demo-env-templates
Repository for internal demo templates across our different environments
HCL ★ 4 10d agoExplain → -
coder-k8s
No description.
Go ★ 4 1mo agoExplain → -
coder-xray ▣
JFrog XRay Integration
Go ★ 4 9mo agoExplain → -
boundary-releases
A simple process isolator for Linux that provides lightweight isolation focused on AI and development environments.
★ 4 10mo agoExplain → -
grip
extensible logging and messaging framework for go processes.
Go ★ 4 3y agoExplain → -
sail-aur ▣
sail AUR package
Shell ★ 4 6y agoExplain → -
support-scripts
Things for Coder Customer Success.
Shell ★ 4 5y agoExplain → -
enterprise-terraform
Terraform modules and examples for deploying Coder
HCL ★ 4 3y agoExplain → -
internal
Non-community issues related to coder/coder
★ 3 1y agoExplain → -
coder-slackbot-example
An example of creating a Slackbot with Coder Agents.
Go ★ 3 1mo agoExplain → -
agent-client-protocol ⑂
A protocol for connecting any editor to any agent
Rust ★ 3 4mo agoExplain → -
coder-platformx-notifications
Transform Coder webhooks to PlatformX events
Python ★ 3 2mo agoExplain → -
devcontainers-features ⑂
A collection of development container 'features'
★ 3 3y agoExplain → -
homebrew-core ⑂
🍻 Default formulae for the missing package manager for macOS (or Linux)
Ruby ★ 3 1y agoExplain → -
gott
go test timer
Go ★ 3 6y agoExplain → -
wxnm
A library for providing TypeScript typed communication between your web extension and your native Node application using Native Messaging
TypeScript ★ 3 4y agoExplain → -
presentations
Talks and presentations related to Coder released under CC0 which permits remixing and reuse!
★ 3 3y agoExplain → -
synology
a work in progress prototype
Shell ★ 3 3y agoExplain → -
coder-docs-generator
Generates off-line docs for Coder Docs
TypeScript ★ 3 3y agoExplain → -
awesome-terraform ⑂
Curated list of resources on HashiCorp's Terraform
★ 3 3y agoExplain → -
coder-skill-scanner
Periodic, GitHub-Actions-as-SaaS security scanner for agent skills declared in the Coder registry catalogue. Runs SkillSpector and ClamAV every 6h, publishes verdicts as Releases and GitHub Pages.
TypeScript ★ 2 4h agoExplain → -
paralleltestctx
Go linter for finding usages of contexts with timeouts in parallel subtests.
Go ★ 2 3d agoExplain → -
agents-chat-action
GitHub Action to create Coder Agent Chats
TypeScript ★ 2 21d agoExplain → -
sysbox ⑂
An open-source, next-generation "runc" that empowers rootless containers to run workloads such as Systemd, Docker, Kubernetes, just like VMs.
★ 2 29d agoExplain → -
fantasy ⑂
Build AI agents with Go. Multiple providers, multiple models, one API 🧙
Go ★ 2 9d agoExplain → -
anthropic-sdk-go ⑂
Access to Anthropic's safety-first language model APIs via Go
Go ★ 2 1mo agoExplain → -
usgov-coderdemo
No description.
Python ★ 2 13h agoExplain → -
libghostty-vt-node
ABI-stable Node-API bindings for Ghostty libghostty-vt terminal semantics.
C++ ★ 2 2d agoExplain → -
agents.md ⑂
AGENTS.md — a simple, open format for guiding coding agents
TypeScript ★ 2 3mo agoExplain → -
gvisor ⑂
Application Kernel for Containers
Go ★ 2 3mo agoExplain → -
create-task-action
No description.
TypeScript ★ 2 2mo agoExplain → -
ghostty ⑂
👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
Zig ★ 2 7mo agoExplain → -
aws-coder-ai-builder-gitops
Coder Templates to support AWS AI Builder Lab Events
HCL ★ 2 2mo agoExplain → -
containers-test ▣
Container images compatible with Coder
Dockerfile ★ 2 3mo agoExplain → -
terraform-provider-docker ⑂
Terraform Docker provider
★ 2 2y agoExplain → -
example-dotfiles ⑂
No description.
★ 2 2y agoExplain → -
pq ⑂
Pure Go Postgres driver for database/sql
Go ★ 2 10mo agoExplain → -
v2-templates ⑂ ▣
No description.
★ 2 3y agoExplain → -
awesome-vscode ⑂
🎨 A curated list of delightful VS Code packages and resources.
★ 2 3y agoExplain → -
web-rdp-bridge ⑂ ▣
A fork of Devolutions Gateway designed to help bring Windows Web RDP support to Coder.
★ 2 1y agoExplain → -
sshcode-aur ▣
sshcode AUR package
Shell ★ 2 6y agoExplain → -
feeltty
Quantify the typing experience of a TTY
Go ★ 2 3y agoExplain → -
sandbox-for-github
a sandpit for playing around with GitHub configuration stuff such as GitHub actions or issue templates
★ 2 3y agoExplain → -
ai-sdk
Coder's integrations with the Vercel AI SDK
TypeScript ★ 1 1d agoExplain → -
codeburn ⑂
See where your AI coding tokens go. Interactive TUI dashboard for Claude Code, Codex, and Cursor cost observability.
TypeScript ★ 1 1d agoExplain → -
mux-aur
mux AUR package
Shell ★ 1 2mo agoExplain → -
sqlc ⑂
Generate type-safe code from SQL
Go ★ 1 1mo agoExplain → -
acpx ⑂
Headless CLI client for stateful Agent Client Protocol (ACP) sessions
★ 1 8d agoExplain → -
demo-sbom-verifier
Booth-demo sample app for the Coder + Red Hat AI Governance demo at RH Summit 2026. Pairs with coder/demo-aigov-rhaiis-rhsummit-2026. Tests are RED on main by design — see TASK.md.
Go ★ 1 1mo agoExplain → -
chat
No description.
Go ★ 1 21d agoExplain → -
whichtests
Catch flakes early; which tests changed?
Go ★ 1 1mo agoExplain → -
usgov-deploy-aws ▣
No description.
HCL ★ 1 2mo agoExplain → -
demo-aigov-rhaiis-rhsummit-2026
Demo: governed agentic AI on OpenShift — Coder AI Governance Add-On + Coder Agents + Red Hat AI Inference Server (RHAIIS). Materials supporting the Coder + Red Hat booth at Red Hat Summit 2026 (Atlanta, May 11–14).
HCL ★ 1 1mo agoExplain → -
nats-server ⑂
High-Performance server for NATS.io, the cloud and edge native messaging system.
★ 1 1mo agoExplain → -
sandcastle ⑂
Orchestrate sandboxed coding agents in TypeScript with sandcastle.run()
★ 1 5d agoExplain → -
agent-browser ⑂
Browser automation CLI for AI agents
★ 1 1mo agoExplain → -
aws-coder-ai-dlc-gitops
GitOps Repo to support AWS + Coder AI-DLC Workshops
HCL ★ 1 2mo agoExplain → -
litellm ⑂
Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]
★ 1 3mo agoExplain → -
wireguard-go ⑂
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-go
Go ★ 1 3mo agoExplain → -
aws-coder-workshop-gitops
AWS Coder Workshop GitOps flow for Coder Template Admin
HCL ★ 1 1mo agoExplain → -
osv-test
Minimal OSV-Scanner evaluation repository with SARIF upload
★ 1 2mo agoExplain → -
aws-workshop-samples
Sample Coder CLI Scripts and Templates to aid in the delivery of AWS Workshops and Immersion Days
Shell ★ 1 3mo agoExplain → -
agentskills ⑂
Specification and documentation for Agent Skills
Python ★ 1 5mo agoExplain → -
trivy ⑂
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
Go ★ 1 2d agoExplain → -
large-module ⑂
A large terraform module, used for testing
★ 1 1y agoExplain → -
coder-1 ⑂
Secure environments for developers and their agents
★ 1 6mo agoExplain → -
rehype-github-coder ⑂
rehype plugins that match how GitHub transforms markdown on their site
★ 1 1y agoExplain → -
boundary-proto
IPC API for boundary & Coder workspace agent
Makefile ★ 1 6mo agoExplain → -
terraform-config-inspect ⑂
A helper library for shallow inspection of Terraform configurations
Go ★ 1 1y agoExplain → -
copenhagen_theme ⑂
The default theme for Zendesk Guide
Handlebars ★ 1 8mo agoExplain → -
bubbletea ⑂
A powerful little TUI framework 🏗
Go ★ 1 1y agoExplain → -
srecon-emea-2024
No description.
HCL ★ 1 1y agoExplain → -
rancher-partner-charts ⑂ ▣
A catalog based on applications from independent software vendors (ISVs). Most of them are SUSE Partners.
Smarty ★ 1 1y agoExplain → -
pnpm2nix-nzbr ⑂
Build packages using pnpm with nix
Nix ★ 1 1y agoExplain → -
imdisk-artifacts
No description.
Batchfile ★ 1 1y agoExplain → -
vscode- ⑂
Visual Studio Code
TypeScript ★ 0 3mo agoExplain → -
parameters-playground
No description.
TypeScript ★ 0 3mo agoExplain → -
blink-starter
No description.
TypeScript ★ 0 5mo agoExplain → -
aws-gov-infra ▣
No description.
HCL ★ 0 2mo agoExplain → -
actions-cache ⑂
Cache dependencies and build outputs in GitHub Actions
TypeScript ★ 0 5mo agoExplain → -
agentapi-sdk-go
No description.
Go ★ 0 3mo agoExplain → -
go-reap ⑂
Child process reaping utilities for Go
Go ★ 0 3mo agoExplain → -
afero ⑂
The Universal Filesystem Abstraction for Go
Go ★ 0 3mo agoExplain → -
libbun-webkit
WebKit precompiled for libbun
★ 0 6mo agoExplain → -
Subprocess ⑂
Swift library for macOS providing interfaces for both synchronous and asynchronous process execution
Swift ★ 0 11mo agoExplain → -
embedded-postgres ⑂
Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test
Go ★ 0 1y agoExplain → -
setup-ramdisk-action
No description.
★ 0 10mo agoExplain → -
shared-docs-kb
No description.
★ 0 1y agoExplain → -
coder-aur ⑂
coder AUR package
Shell ★ 0 1y agoExplain → -
find-process ⑂
find process by port/pid/name etc.
★ 0 7mo agoExplain →
No repos match these filters.