bruno VS insomnia

Compare bruno vs insomnia and see what are their differences.

bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia) (by usebruno)

insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage. (by Kong)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
bruno insomnia
55 225
18,935 33,067
34.5% 1.6%
9.9 9.7
3 days ago 3 days ago
JavaScript JavaScript
MIT License Apache License 2.0
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.

bruno

Posts with mentions or reviews of bruno. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-04.
  • 🛠️Non-AI Open Source Projects that are 🔥
    4 projects | dev.to | 4 Apr 2024
    Bruno is a Git-friendly API client. Feature-wise, what makes it stand out from other popular GUI API clients out there is that Bruno stores your collections directly in a folder on your filesystem and it's a desktop app made for offline use.
  • What happens when an HTTP client raises $225M at a $5.6B valuation
    2 projects | news.ycombinator.com | 14 Mar 2024
  • FLaNK AI for 11 March 2024
    46 projects | dev.to | 11 Mar 2024
  • When 'open core' projects reject contributions for competing with the EE
    2 projects | news.ycombinator.com | 10 Mar 2024
    https://news.ycombinator.com/item?id=39653718 https://www.usebruno.com/

    Good timing to find alternatives.

  • Bruno
    20 projects | news.ycombinator.com | 9 Mar 2024
    Especially once a VC gets into the fold.

    We will never take VC funding. We received around 10 inbound reach outs from VCs till date and have denied funding from all of them. We will remain independent and I have written about it in detail here https://www.usebruno.com/blog/bootstrapping

    > I didn't stick with Bruno. I think it was due to not having an equivalent to Postman's pre-request scripts.

    Bruno has come a long way, we support pre-request scripts and a lot more

    > But can it handle oauth2? I had to write a httpie script recently just to test an oauth2 api.

    We have released oauth2 support, some rough edges are being polished

    > Good thing it's open source. Money being involved, I don't have long term hopes for it's openness.

    I understand this is a hard problem. We are fully bootstrapped and independent. We earn money via selling the Golden Edition. We will build more developer products in the long term, and the goal is to make even the golden edition features also open source in the future. In the unlikely case of me going dark (dead/incapacitated to lead the project), I have instructed our small team (2 FT employees) and my family to release our golden edition features too to the community as opensource. I am committed to this cause.

    Some good links where I have discussed about opensource, freedom and monetization

    - https://www.usebruno.com/blog/bootstrapping

    - https://github.com/usebruno/bruno/discussions/269

    If you'd like to pre-order the golden edition: https://www.usebruno.com/pricing

    Thank you for all the love and kind words, HN!

  • Ask HN: What Underrated Open Source Project Deserves More Recognition?
    63 projects | news.ycombinator.com | 7 Mar 2024
    Have you heard of the Bruno project? It's an open-source alternative to subscription-based API testing applications like Postman and Insomnia. It's gaining popularity and deserves more attention. Plus, since it's open-source, users can enjoy full privacy. Check it out at https://github.com/usebruno/bruno.
  • Tools that Make Me Productive as a Software Engineer
    6 projects | dev.to | 3 Mar 2024
    Now, I'm looking at trying Bruno, a new tool I heard about. Bruno has all the features you'd want, like support for websockets. What's great about Bruno is it only costs $19 for a one-time payment, which seems like a good deal. I want to see how well it works for me and if it's as good as it sounds. I'm excited to try it out and maybe talk about it later.
  • 15 open-source tools to elevate your software design workflow
    22 projects | dev.to | 22 Jan 2024
    In contrast to Postman, Bruno aims to be an offline-first API client which stores requests in a local folder. You can still collaborate using Git, but everything else happens on your machine. Bruno turns out to be a great solution when you just want to run HTTP requests. It supports a lot of features you might know from Postman or Insomnia (set environment variables, several authentication methods, and scripted tests, to name a few). Looking at the roadmap, the amount of these is only going to increase.
  • Bruno: Re-Inventing the API Client
    1 project | news.ycombinator.com | 18 Jan 2024
  • Bruno is a Fast and Git-Friendly open source API client
    1 project | news.ycombinator.com | 20 Dec 2023

insomnia

Posts with mentions or reviews of insomnia. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-08.
  • Building a RESTful API with Node.js and Express
    3 projects | dev.to | 8 Apr 2024
    Use tools like Postman or Insomnia to test the API endpoints and ensure they behave as expected.
  • Ask HN: Alternatives to Postman?
    3 projects | news.ycombinator.com | 4 Apr 2024
  • Make your Azure OpenAI apps compliant with RBAC
    2 projects | dev.to | 25 Mar 2024
    We will be performing all of the authentication requests manually, however for testing purposes, you might want to use an API testing tool such as Postman or Insomnia.
  • The Collaborative API Development Platform – Insomnia
    1 project | news.ycombinator.com | 7 Mar 2024
  • Local automation
    2 projects | dev.to | 6 Mar 2024
    For a very long time, the go-to tool was curl. Great, always available command line tool. Unfortunately, there is one small issue. It’s hard to keep requests and collect them in collections, it’s great for one-time shots or debugging, but for constant working with API could be painful. To solve it, I started working with tools like Postman/Insomnia. Then eh... strange licensing model, or changes which occurred from Kong side click, definitely push me again for some lookup. After checking different very popular tools and those not such well known I decided to use… Ansible. Sounds strange right? Let me explain this decision. For example, look at this code.
  • Tools that Make Me Productive as a Software Engineer
    6 projects | dev.to | 3 Mar 2024
    At first, I used Postman for testing APIs because it had a lot of features. But I switched to Insomnia because it was easier to use and kept everything organized. The big problem with Insomnia was that it deleted all my saved work when it made me create an account to keep using it.
  • Different Levels of Project Documentation
    3 projects | dev.to | 30 Dec 2023
    Often used for cases where a project exposes a REST or other type of API service. Open API is a popular method of documenting such API services. It can also be used along side tools such as Swagger Codegen to produce boilerplate code for API interaction / testing purposes. There may also be support files for popular API testing tools such as Postman or Insomnia. This makes it easier at a glance to see what data is coming back from a call so the user knows how to handle parsing the data.
  • Web scraping in 10 mins
    2 projects | dev.to | 26 Nov 2023
    Well, there is this website that I have been trying to scrape for a few days now. I had tried everything from scrapy splash on docker to almost giving up because I read somewhere that it was JavaScript rendered. Since the source code from the inspect part of the developer tools was different from the source code from the view-source:https//... on the same developer tools.How could this be possible? Then I kept searching on internet and found this concept; where you can mimic web-browsers requests from a server using an API program,and it worked magically. Some of the API programs are postman and insomnia. I prefer using insomnia for this particular case , feel free to use any other API program of your choice.
  • Insomnia REST client updated to require signup to use
    3 projects | news.ycombinator.com | 20 Nov 2023
  • GitHub stars are one of the most inexpensive ways to generate an outsized outcome in the community by leveraging the tailwinds of increased adoption
    1 project | /r/programmingcirclejerk | 11 Oct 2023

What are some alternatives?

When comparing bruno and insomnia you can also consider the following projects:

insomnium - Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia

Postwoman - 👽 Open source API development ecosystem - https://hoppscotch.io

altair - ✨⚡️ A beautiful feature-rich GraphQL Client for all platforms.

Restfox - Offline-First Minimalistic HTTP & Socket Testing Client for the Web & Desktop

bloomrpc - Former GUI client for gRPC services. No longer maintained.

httpie - 🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more.

Visual Studio Code - Visual Studio Code

milkman - An Extensible Request/Response Workbench

swagger-ui - Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.

Kreya - Kreya is a GUI client for REST and gRPC with innovative features for environments, authorizations and more.