---
title: "Code Snippet - Apple Terminal Pro"
description: "Apple Terminal Pro profile: black background with grey text and lime green cursor, per-character typing animation of a shell session."
---
import { InstallCommand } from "/snippets/install-command.jsx";
## Install
That writes one file: `compositions/code-snippet-apple-terminal-pro.html`.
## Source
```html
Apple Terminal Pro
Last login: Mon Jun 2 09:14:22 on ttys008
Building production bundle...
vite v5.3.1 building for production...
✓ 142 modules transformed.
dist/index.html 0.48 kB
dist/assets/index-Cv3rN.js 284.12 kB
dist/assets/index-Du4mP.css 42.08 kB
✓ built in 2.31s
user@Mac myapp %
```
## Usage
After installing, add the block to your host composition:
```html
```
## Features
- Faithful recreation of macOS Terminal.app Pro profile — black background, #BBBBBB grey text, #88FF67 lime cursor
- macOS window chrome with traffic light buttons and centered title bar
- Per-character GSAP typing animation — command types out character by character
- Output lines reveal sequentially after command executes
- Cursor blinks three times at the end then holds steady
- Self-contained HTML — no external assets, only GSAP CDN
{/* hf:generated-footer */}
Tagged `code` `developer` `showcase` `terminal` `apple` `apple-terminal`.
## Related topics
- [Browse the complete Catalog](/catalog)
- [Add assets and Catalog items in Studio](/studio/assets-and-blocks)
- [Build a richer composition](/go-further)