Warp VS manter

Compare Warp vs manter and see what are their differences.

Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster. (by warpdotdev)

manter

Terminal with autocomplete suggestions (by iondodon)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
Warp manter
58 29
18,622 197
6.3% -
7.6 3.6
18 days ago 12 months ago
Svelte
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Warp

Posts with mentions or reviews of Warp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.

manter

Posts with mentions or reviews of manter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-15.
  • Show HN: A New Terminal
    1 project | news.ycombinator.com | 24 Feb 2023
    Link to the project: https://github.com/iondodon/manter
  • Show HN: Open-source alternative to Fig and Warp
    1 project | news.ycombinator.com | 21 Feb 2023
    Link to project: https://github.com/iondodon/manter

    How to add autocomplete suggestions support for your needed CLI: https://github.com/iondodon/manter/wiki

  • Show HN: Rust+Svelte=Terminal
    2 projects | news.ycombinator.com | 15 Feb 2023
    Link to project:

    https://github.com/iondodon/manter

    This project aims to create a terminal with functionalities that improve the experience of using terminals. Examples of useful functionalities would be autocomplete suggestion, showing the current branch of a project, prepared scripts that can be reused, and others. You can come up with your ideas. The project uses technologies such as Svelte on the front-end, which offers flexibility regarding the implementation of the interface. On the back-end side, the most important part is the PTY. All the back end is implemented in Rust. The basic framework of the project is Tauri.

    At the moment the terminal has suggestions only for some commands (cd, ls). To support more commands it is needed to add them in the Manter's "library" located at src/cli/library/library.ts. It is possible to have custom script based suggestions. For example if we write in the terminal “git checkout” and after we press Space, a dropdown will appear with all available branches.

    A good analogy to understand the purpose of this project is the following - traditional terminals are like simple code editors while this terminal is like an IDE.

    Anyone is welcome to contribute to this project with and ideas. Imagine the terminal you would like to use. Feel free to open any issue with suggestions and bugs.

  • Show HN: IDE Like Terminal
    1 project | news.ycombinator.com | 3 Feb 2023
  • Terminal with autocomplete suggestion built with Tauri
    1 project | news.ycombinator.com | 2 Feb 2023
    Terminal built with Tauri (Rust+Svelte).

    I got this idea of creating a terminal that is more user friendly having autocomplete suggestions. I couldn’t create a suggestions engine that would work for all commands. But I defined a structure (a state machine in src/cli/library/library.ts) that can be used to determine the next suggestions. The good part with this approach is that it is possible to have custom script based suggestions. For example if we write in the terminal “git checkout” and after we press Space, a dropdown will appear with all available branches. The bad part is that it will take some time to add more supported commands in this “library”.

    Another feature is that in the bottom bar of the terminal we can have custom script based information. In .manter.json we can define a script that will generate this information. The script will be executed each time the prompt appears.

    On the front-end are used web technologies which offer a flexibility to add any feature and style that we want.

    Repository: https://github.com/iondodon/manter

  • What's everyone working on this week (2/2023)?
    6 projects | /r/rust | 9 Jan 2023
    I'm working on my new open-source project Manter (cross-platform terminal). Learning Rust by building software.
  • Terminal built with Svelte and Rust
    1 project | /r/bash | 6 Jan 2023
    1 project | /r/shell | 6 Jan 2023
    3 projects | /r/commandline | 6 Jan 2023
    1 project | /r/Terminal | 6 Jan 2023

What are some alternatives?

When comparing Warp and manter you can also consider the following projects:

alacritty - A cross-platform, OpenGL terminal emulator.

brainf-rs - An interpreter for the Brainfuck programming language written in Rust.

zsh-autocomplete - 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.

desktop-streaming - WebRTC desktop streamer using Rust

hyperterm - A terminal built on web technologies

protoc-gen-mdbook - protoc plugin to generate mdBook pages

hyper - An HTTP library for Rust

rar-rs

kitty - Cross-platform, fast, feature-rich, GPU based terminal

PicoPonics - A library for automating various elements for plant habitats using the Raspberry Pi Pico.

wezterm - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust

Svelte - Cybernetically enhanced web apps