An AI coding and terminal agent

A Modern Interface

When I first launched Warp, I was blown away with its user interface (UI). The UI felt more like a code editor than a terminal. What really surprised me was that it packs in features you'd normally find spread across multiple terminal emulators:

  • Split panes
  • Multiple tab options
  • Agent mode
  • Searchable history
  • Easy navigation with the keyboard

Installing Warp

Installing Warp is straightforward. Simply go to the Warp website and download the file for your system. Because I'm working on Ubuntu 24.04 OS, which is a Debian-based Linux, I downloaded the .deb version. Then, using the dpkg command, I installed the package:

$ sudo dpkg -i warp-terminal_0.2025.05.14.08.11.stable.03_amd64.deb

Once installed, you can start Warp from the application menu. You must sign in to use the Warp AI feature and to get the screen shown in Figure 3. What makes Warp different is that it runs as its own app, instead of as a shell plugin or a wrapper.

Figure 3: The Warp terminal after installation.

Building with Warp AI

Warp really blew me away when it came to building a whole project using nothing but prompts. For my project, I decided to create a portfolio website using the Jekyll static site generator – all without writing a line of code upfront. To build my portfolio website, I wanted to use the following:

  • The Jekyll framework
  • Standard layout and navigation
  • Specific pages: Home, Services, Portfolio, About, Contact

To get started, I wrote the well-designed prompt shown in Figure 4 to tell Warp what I wanted to do. You can adapt this prompt to meet your needs, or you can pass your requirements to any AI tool and ask it to generate a relevant prompt for you.

Figure 4: A well-designed AI prompt tells Warp what to do.

You don't need a plan to build your project with Warp. As the project proceeds, Warp will ask you to allow installing packages, making files and folders, and other things. You need to simply allow most of the commands. In a very rare case, you may need to intervene. Figure 5 shows Warp's first response to my prompt.

Figure 5: After the initial prompt, Warp suggests the next steps.

During the process, Warp will attempt to install some packages. You just need to hit the Run button. If Warp sees any command execution problem, it'll automatically point out the error and offer a probable solution in the next step.

If Warp encounters a package error, it installs the package. In the same way, it resolves any dependency issues that arise while creating the project. After installing the required packages for my website project, Warp installs Jekyll and Bundler gems (Figure 6).

Figure 6: Warp installs packages and dependencies.

After installing the packages, resolving errors, and fixing dependencies, Warp starts creating project files (Figure 7) for the pages I specified: services.md, portfolio.md, about.md, and contact.md.

Figure 7: Warp creates four page files for my website project.

In a nutshell, Warp understood everything. It installed the necessary packages, handled permissions, and created the project structure, page files, CSS, and more. It even started the Jekyll server. Whenever a problem popped up, such as missing gems or permission errors, Warp handled it.

Figure 8 shows the final website generated by Warp AI. You also can access the address, 0.0.0.0:4000, in your web browser. I built this entire website from a single prompt with absolutely no coding knowledge. Warp understands and suggests a ready-to-use command. Even better, it explains what the command does. I no longer need to visit Stack Overflow for quick tasks.

Figure 8: The live website created by Warp from a single prompt.

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Modern Times

    Command-line applications have modernized since Bruce started writing about the command line 16 years ago. In his farewell column, he covers some of the recent innovations.

  • Charly's Column

    From time to time, sys admin Charly has to leave the beaten track and concern himself with topics outside of his core competency range. When this happens, it's good to have the right tools on hand.

  • MakuluLinux

    MakuluLinux provides a convenient place to explore the possibilities of artificial intelligence.

  • Affinity Suite

    Affinity is an award-winning photo editing, graphic design, and page layout tool suite that will run on Linux – with a little help from Wine.

  • BitKey and Bitcoin

    Bitcoin is the king of cryptocurrencies, which makes it attractive prey for Internet predators. BitKey is a Live Linux distribution designed to ensure that your Bitcoin wallet stays protected.

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News