ArchGPT/insomnium
Fork: 164 Star: 3391 (更新于 2024-10-26 19:39:09)
license: MIT
Language: JavaScript .
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
最后发布版本: core@0.2.3-a ( 2023-10-30 06:40:31)
Insomnium API Client
<currently not being actively maintained>
Insomnium is a 100% local and privacy-focused open-source API client for testing GraphQL, REST, WebSockets, Server-sent events and gRPC in development/production.
- ✅ works 100% offline, the way a local testing tool should behave
- ✅ no cloud services, no tracking/communication to external servers behind the scene
Current Status
Due to another related project, this repo is no longer being actively maintained. (You are welcomed to fork this and continue from here on)
General
I have removed user login, tracking, analytics, etc, from Insomnia so it is now a 100% local app. (And runs faster!)
Download
Insomnium is available for Mac, Windows, Ubuntu, Debian, CentOS, Fedora and can be downloaded here. Insomnium is also available on AUR for ArchLinux.
Alternatively, you can build Insomnium from source on your local machine using npm run app-package
.
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.
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-focused.
I choose to walk in shades.
Hearken now, to the song of dusk
The forest venerates your name
--- Insomnium, song of the dusk
Migration from Insomnia
You can use the GUI (under Preferences/Data
) or directly e.g. for linux cp -r ~/.config/Insomnia ~/.config/Insomnium
. For MacOS and Windows, you can read more here. Feel free to open an issue/discussion if anything weird happens.
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
最近版本更新:(数据更新于 2024-10-28 15:46:53)
2023-10-30 06:40:31 core@0.2.3-a
2023-10-25 07:34:30 core@0.2.2
2023-10-09 09:43:08 core@0.2.1-b
2023-10-08 18:46:58 core@0.2.0
2023-10-03 21:08:01 core@0.1.3
2023-10-03 01:17:11 v0.1.3
2023-10-01 03:42:20 v0.1.1a
2023-09-30 02:40:15 v0.1
主题(topics):
api-client, electron, insomnia, privacy-preserving
ArchGPT/insomnium同语言 JavaScript最近更新仓库
2024-11-05 19:13:47 jerryc127/hexo-theme-butterfly
2024-11-05 13:53:42 LiteLoaderQQNT/LiteLoaderQQNT
2024-11-03 02:40:36 chris81605/Degrees-of-Lewdity_Cheat_Extended
2024-11-01 21:55:46 projectdiscovery/nuclei-templates
2024-11-01 19:24:44 NumberSir/DoL-I18n-Build
2024-11-01 12:25:14 midoks/mdserver-web