https://github.com/ArchGPT/insomnium Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Resources + Learning Pathways + White papers, Ebooks, Webinars + Customer Stories + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} ArchGPT / insomnium Public * Notifications * Fork 2 * Star 202 Insomnium is a fast local API testing tool that is privacy-focus and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of https://github.com/Kong/insomnia License MIT license 202 stars 2 forks Activity Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights ArchGPT/insomnium This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 1 branch 1 tag Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/A] Use Git or checkout with SVN using the web URL. [gh repo clone ArchGP] Work fast with our official CLI. Learn more about the CLI. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @archywillhe archywillhe removed sentry, segment, etc, and updated readme ... 0496695 Sep 29, 2023 removed sentry, segment, etc, and updated readme 0496695 Git stats * 4 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github .vscode packages screenshots scripts .dockerignore .eslintignore .eslintrc.js .gitattributes .gitignore .markdownlint.yaml .npmrc .nvmrc CODE_OF_CONDUCT.md CONTRIBUTING.md DEVELOPMENT.md LICENSE README.md SECURITY.md hn.png jest-preset.js package-lock.json package.json shell.nix tsconfig.base.json tsconfig.eslint.json View code [ ] Insomnium API Client Backstory Roadmap Download Develop Insomnium Linux Windows Bugs and Feature Requests Contributing License README.md Insomnium API Client Insomnium is a 100% local-only and privacy-focus open-source API client for GraphQL, REST, WebSockets, Server-sent events and gRPC. license Insomnium API Client Backstory Insomnium is a fork of Kong/Insomnia at 2023.5.8, the last commit before compulsory account login was introduced. In a sense, Insomnium is a community response to the latest product update that forces account creation w/o warning. HN I was among the users who were deeply affected by the recent change. I still think Insomnia is a nice product in general, but I have to disagree with the direction it is going. So I have decided to fork it and make it 100% local and privacy-focus. Roadmap I have removed user login, tracking, analytics, etc, from Insomnia so it is now a 100% local app. I will be cleaning up the code to make the UI faster, and refactor the local database and config to keep everything lean. If you have any feature request or encountered any bug, feel free to open an issue. Thanks! I'm also working on a Code Llama plugin for Insomnium to make it more easily customizable and extensible, while keeping the core product fast and 100% local. Download Insomnium is available for Mac, Windows, and Linux. The Mac .dmg can be downloaded here, and for the other OS, you can build it from source using npm run app-package. Develop Insomnium Development on Insomnium can be done on Mac, Windows, or Linux as long as you have Node.js and Git. See the .nvmrc file located in the project for the correct Node version. Initial Dev Setup This repository is structured as a monorepo and contains many Node.JS packages. Each package has its own set of commands, but the most common commands are available from the root package.json and can be accessed using the npm run ... command. Here are the only three commands you should need to start developing on the app. # Install and Link Dependencies npm i # Run Lint npm run lint # Run type checking npm run type-check # Run Tests npm test # Start App with Live Reload npm run dev Linux If you are on Linux, you may need to install the following supporting packages: Ubuntu/Debian # Update library sudo apt-get update # Install font configuration library & support sudo apt-get install libfontconfig-dev Fedora # Install libcurl for node-libcurl sudo dnf install libcurl-devel Also on Linux, if Electron is failing during the install process, run the following # Clear Electron install conflicts rm -rf ~/.cache/electron Windows If you are on Windows and have problems, you may need to install Windows Build Tools Editor Requirements You can use any editor you'd like, but make sure to have support/ plugins for the following tools: * ESLint - For catching syntax problems and common errors * JSX Syntax - For React components Bugs and Feature Requests Before submitting a bug or a feature request, you can read the issue guidelines. Contributing Please read through our contributing guidelines and code of conduct. Included are directions for opening issues, coding standards, and notes on development. License MIT About Insomnium is a fast local API testing tool that is privacy-focus and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of https://github.com/Kong/insomnia Resources Readme License MIT license Code of conduct Code of conduct Security policy Security policy Activity Stars 202 stars Watchers 3 watching Forks 2 forks Report repository Releases 1 v0.1 Latest Sep 29, 2023 Packages 0 No packages published Languages * JavaScript 61.5% * TypeScript 37.2% * CSS 1.2% * Other 0.1% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time.