I tried Warp terminal...

Published: (February 5, 2026 at 07:10 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for I tried Warp terminal...

Trying Warp Terminal

I met a friend from Holland on Discord, and he reminded me that two years ago he was selected for the testing team of the cool terminal Warp. I thought it was paid‑only, but there’s a free version as well. I later discovered it in my bookmarks (my bookmarks are a mess, lol) and gave it a try.

I was pleasantly surprised. Warp offers a lot of powerful features and interesting AI integration, providing credits for every AI model available. The UI design is nice, and it felt a bit nostalgic—over ten years ago I loved using Xubuntu, and while Linux terminals are powerful, I was always annoyed that I didn’t have anything comparable on Windows 11.

I logged into Warp with my GitHub account, though other login options are available too. Warp includes both an AI mode and a commands mode that you can toggle between. I’ll publish a follow‑up later if I manage to do something useful with it.

0 views
Back to Blog

Related posts

Read more »

Use Git Alias To Become Pro

!Cover image for Use Git Alias To Become Prohttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-up...

HTDICS — HTML Dictionaries

GitHub Copilot CLI Challenge Submission This is a submission for the GitHub Copilot CLI Challengehttps://dev.to/challenges/github-2026-01-21. What I Built HTDI...

마크다운 파일로 7,600개 태스크를 관리하는 시스템

개요 태스크 하나가 폴더 하나이며, 그 안에 index.md 파일이 존재합니다. YAML frontmatter에 메타데이터를 기록하고, 폴더 구조가 카테고리 역할을 합니다. DB 없이 파일 시스템이 데이터베이스 역할을 합니다. 현재 7,655개 태스크가 94% 완료율로 운영 중입니다....