thoughtbot/laptop

A shell script to set up a macOS laptop for web and mobile development.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 7th, 2026
Created on May 1st, 2011
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 1,866
Total Stargazers: 8,555 (+0)
Total Subscribers: 227 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.2 hours
Mean response time: 40.2 days
90th percentile: 185.9 days
Tracked items: 5

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 237 days
Stale 30+ days: 1
Stale 90+ days: 1

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Laptop is a shell script that sets up a macOS laptop for web and mobile development.

The script automates the installation and configuration of development tools by running idempotently—it can be executed multiple times on the same machine, installing new packages, upgrading existing ones, or skipping those already present. This approach eliminates manual setup steps and ensures consistency across machines. The script installs a comprehensive stack including Homebrew, Unix utilities like fzf and Tmux, programming languages via asdf-vm, package managers for Ruby and JavaScript, databases like Postgres and Redis, and tools for interacting with Heroku and GitHub.

Laptop suits developers setting up new macOS machines for web or mobile development who want a reliable, repeatable initialization process. It supports recent macOS versions on both Apple Silicon and Intel architectures. The script is designed to be reviewed before execution and can be customized by adding shell commands to a ~/.laptop.local file, which runs at the end of the installation. The tool integrates with thoughtbot's dotfiles project for additional configuration management.

The project maintains active engagement with contributors through a defined code of conduct and contribution guidelines. Testing is performed on fresh macOS installations using the UTM emulator to validate changes before merging. The maintainers use ShellCheck for code quality enforcement and document changes systematically in a changelog.