VS Code Marketplace
The easiest way to install LiteClient is through the VS Code Marketplace.1
Open the Extensions view
Press
Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS) to open the Extensions view in VS Code.2
Search for LiteClient
Type “LiteClient” in the search box at the top of the Extensions view.
3
Install the extension
Click the Install button on the LiteClient extension by liteclienthq.
4
Start using LiteClient
Click the LiteClient icon in the Activity Bar to open the sidebar and start making requests.
Open VSX Registry
If you’re using VS Codium or another VS Code compatible editor that uses Open VSX, you can install LiteClient from the Open VSX Registry.1
Visit the Open VSX page
Go to open-vsx.org/extension/liteclienthq/liteclient in your browser.
2
Download the VSIX file
Click the download button to get the latest
.vsix file for your platform.3
Install from VSIX
Run the following command in your terminal, replacing
{version} with the downloaded version:Install from source
Developers who want to contribute or customize LiteClient can install from source.1
Clone the repository
2
Install dependencies
3
Build the extension
4
Install the VSIX
After building, you’ll find a
.vsix file in the dist/ directory. Install it using:Building from source requires Node.js 22.x or later and VS Code 1.90.0 or later.
Verify installation
After installing LiteClient through any method, verify the installation:- Look for the LiteClient icon in the Activity Bar (left sidebar)
- Click the icon to open the LiteClient sidebar
- You should see tabs for Collections, Environments, and History
Next steps
Quickstart
Make your first API request in under 60 seconds
Collections
Learn how to organize your requests with collections