All Projects → httptoolkit → Httptoolkit Desktop

httptoolkit / Httptoolkit Desktop

Licence: agpl-3.0
Electron wrapper to build and distribute HTTP Toolkit for the desktop

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Httptoolkit Desktop

Developer Tools And Resources
The Best Tools and Resources for developers
Stars: ✭ 39 (-85%)
Mutual labels:  developer-tools, tools
Responsively App
A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
Stars: ✭ 14,425 (+5448.08%)
Mutual labels:  developer-tools, desktop-app
Blindfold
🔎 Gitignore file generator written in rust
Stars: ✭ 60 (-76.92%)
Mutual labels:  developer-tools, tools
Re Frisk
Take full control of re-frame app
Stars: ✭ 396 (+52.31%)
Mutual labels:  developer-tools, tools
Dev Tools
The most popular software developer tools in one app
Stars: ✭ 221 (-15%)
Mutual labels:  developer-tools, tools
Ergo
The management of multiple apps running over different ports made easy
Stars: ✭ 452 (+73.85%)
Mutual labels:  developer-tools, tools
Tutorialdb
A search 🔎 engine for programming/dev tutorials, See it in action 👉
Stars: ✭ 93 (-64.23%)
Mutual labels:  developer-tools, tools
Httptoolkit Ui
The UI of HTTP Toolkit
Stars: ✭ 91 (-65%)
Mutual labels:  developer-tools, tools
Systemjs Hot Reloader
reloads your modules as needed so that you can have satisfyingly fast feedback loop when developing your app
Stars: ✭ 215 (-17.31%)
Mutual labels:  developer-tools, tools
Awesome
A collection of awesome Statamic articles, links, resources and other rad things.
Stars: ✭ 144 (-44.62%)
Mutual labels:  developer-tools, tools
Restool
RESTool is an open source UI tool for managing RESTful APIs. It could save you time developing your own internal tools. A live example:
Stars: ✭ 338 (+30%)
Mutual labels:  developer-tools, tools
tools-install
Setup scripts for various dev tools, utilities, SDKs and CLI stuff
Stars: ✭ 13 (-95%)
Mutual labels:  tools, developer-tools
Fiddler Plus
自定义的Fiddler规则,多环境切换、解决跨域开发、快速调试线上代码必备|高效调试分析利器
Stars: ✭ 325 (+25%)
Mutual labels:  developer-tools, tools
Hoppscotch
👽 Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+13195.77%)
Mutual labels:  developer-tools, tools
Thermal
One stop to manage all git repository
Stars: ✭ 321 (+23.46%)
Mutual labels:  developer-tools, desktop-app
Httptoolkit Server
The backend of HTTP Toolkit
Stars: ✭ 140 (-46.15%)
Mutual labels:  developer-tools, tools
whatdevsneed
Discover new developer tools 🧰
Stars: ✭ 48 (-81.54%)
Mutual labels:  tools, developer-tools
Devdocs Macos
An unofficial DevDocs API Documentation viewer for macOS.
Stars: ✭ 258 (-0.77%)
Mutual labels:  developer-tools, desktop-app
taro-playground
The Taro Playground App is a cross-platform application developed using Taro, to help developers develop and debug Taro applications.
Stars: ✭ 33 (-87.31%)
Mutual labels:  developer-tools
DevToys
A Swiss Army knife for developers.
Stars: ✭ 4,986 (+1817.69%)
Mutual labels:  developer-tools

HTTP Toolkit Desktop Build Status

This repo contains the desktop build setup for HTTP Toolkit, a beautiful, cross-platform & open-source HTTP(S) debugging proxy, analyzer & client.

Looking to file bugs, request features or send feedback? File an issue or vote on existing ones at github.com/httptoolkit/httptoolkit.

What is this?

This repo is responsible for building HTTP Toolkit into standalone desktop installers & executables that users can run directly on Windows, Linux & Mac.

HTTP Toolkit consists of two runtime parts: a UI, written as a single-page web application, and a server, written as a node.js CLI application.

This repo builds a single executable that:

  • Includes the latest build of httptoolkit-server
  • When run:
    • Starts the server in the background
    • Opens the UI in an Electron window
    • Kills the server when closed

This means this is mostly Electron configuration & setup, and build configuration for the executable and various installers. It's built using Electron Builder.

This isn't the only way to run HTTP Toolkit! It's the most convenient option for most users, but it's also completely possible to run the server as a standalone tool and open the UI (hosted at https://app.httptoolkit.tech) in any browser you'd like.

Note that the resulting executable doesn't autoupdate (at the moment). Instead both the server (as an oclif app) and the web UI (via service workers) include their own auto-update functionality.

The builds themselves are done on GitHub Actions, and tagged master builds are automatically published from there as github releases.

Contributing

If you want to change the behaviour of the HTTP Toolkit desktop shell (but not its contents), change how it's built, or add a new target platform or format, then you're in the right place 👍.

To get started:

  • Clone this repo.
  • npm install
  • To build & run the electron app locally:
    • npm start - runs the desktop app, downloading the latest live server & using the live UI from app.httptoolkit.tech.
      • This is useful if you're working on just the desktop app, and want to see your changes with the real live environment.
    • npm run start:dev - runs the desktop app, with no built-in server using the UI from localhost:8080
      • This effectively assumes you're bringing your own working UI & server, and is useful for working on this.
      • You can start both from the UI project with just npm start, to work on the UI within the desktop app.
      • Alternatively, you can run npm start in the server project, and npm run start:web in the UI project, to work on the server or both.
  • To build distributable packages:
    • npm run make - this will attempt to build & package the desktop app for your current platform

A few tips:

  • Electron dev behaviour isn't identical to production build behaviour, make sure you check your changes in a real built version.
  • Most distributable build configuration is in under the build field in package.json.
  • To fully build packages, you may find some platforms complain about that signing certificates are required. You'll probably need to unset fields like forceCodeSigning to disable that.
  • In CI, pull requests don't receive secret environment variables, so builds may fail. Confirm that that's what's happening, and if so that's ok - the team will manually build & evaluate PR changes to resolve this.

License

The HTTP Toolkit desktop application source code is licensed under AGPL-3.0, as documented in this repo.

The binary downloads available in this repo or from httptoolkit.tech however may be used under one of two licenses:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].