Terminal
A text-based interface where you type commands to control your computer, install packages, run scripts, and manage files.
What is Terminal?
Terminal is a text-based interface where you type commands to control your computer instead of clicking through menus and windows.
It's built into every operating system (Terminal on Mac, Command Prompt or PowerShell on Windows, various shells on Linux) and gives you direct access to install packages, run scripts, manage files, and control development tools.
Most builders use it daily for Git commands, installing dependencies with npm or pip, running local servers, and deploying code. It's faster than clicking through GUIs once you know a few basic commands like cd (change directory), ls (list files), and mkdir (make directory).
Free and built into your OS. Popular alternatives include iTerm2 for Mac and Windows Terminal which add features like split panes and better customization.
Good to Know
Built into every operating system - no installation needed
Faster than GUI for repetitive tasks like Git commits or package installs
Required for most development workflows (npm, pip, git, docker)
Learn 5-10 basic commands and you can handle 90% of daily tasks
Can be customized with themes, plugins, and different shells (bash, zsh, fish)
How Vibe Coders Use Terminal
Installing project dependencies with a single npm install command
Pushing code to GitHub with git add, commit, and push
Starting your local dev server and seeing real-time logs
Running database migrations or seed scripts for your app
SSH-ing into your production server to check logs or restart services
Frequently Asked Questions
Related Terms
Microsoft's open-source framework for automated browser testing across Chrome, Firefox, and Safari with one API.
The practice of crafting specific instructions to get better outputs from AI models like ChatGPT, Claude, or Gemini.
Anthropic's mid-tier AI model released September 2025, optimized for coding and agentic tasks with a 200k token context window.
The text instruction you give an AI model to tell it what you want it to do, like asking ChatGPT to write code or explain a concept.
AI agents that autonomously plan, write, test, and refactor code with minimal human prompting, handling entire workflows instead of single tasks.
Join 0 others building with AI



