---
title: "GitHub Codespaces"
description: "You can use aider in GitHub Codespaces via the built-in Terminal pane. See below for an example, but you can just follow the [main install instructions](/docs/install.html) inside your codespace terminal."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/codespaces
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:14:15.856Z
license: CC-BY-4.0
attribution: "GitHub Codespaces — Claudary (https://claudary.paisolsolutions.com/skills/codespaces)"
---

# GitHub Codespaces
You can use aider in GitHub Codespaces via the built-in Terminal pane. See below for an example, but you can just follow the [main install instructions](/docs/install.html) inside your codespace terminal.

## Overview

---
title: GitHub Codespaces
parent: Installation
nav_order: 900
---

# GitHub Codespaces

You can use aider in GitHub Codespaces via the built-in Terminal pane.
See below for an example,
but you can just follow the
[main install instructions](/docs/install.html)
inside your codespace terminal.


<div class="video-container">
  <video controls poster="/assets/codespaces.jpg">
    <source src="/assets/codespaces.mp4" type="video/mp4">
    <a href="/assets/codespaces.mp4">Install aider in GitHub Codespaces</a>
  </video>
</div>

<style>
.video-container {
  position: relative;
  padding-bottom: 101.89%; /* 1080 / 1060 = 1.0189 */
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
</style>

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/codespaces) · https://claudary.paisolsolutions.com
