> For the complete documentation index, see [llms.txt](https://inkporter.raniaamina.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inkporter.raniaamina.id/how-to-install/cli-windows.md).

# Inkporter CLI (Windows)

There are two ways to install Inkporter CLI on Windows. You can use the Installer or install it manually.

### Using the Installer

![Inkporter Installer](/files/-MHLAVLXHnzQioYg8xAk)

This is the easiest way to install Inkporter on Windows. Just make sure you put your Inkscape in Program Files. Otherwise you will have to configure your Environment Variable (I'll explain how to do this in manual installation).

### Manual Installation

Manual installation means you only download the batch script and configure everything by yourself. The advantages of using this method are that you can use different versions of the dependencies as if you're using a portable version of Inkscape. A new version of the dependencies has been released. Or you can install the CLI version.

1. Clone the batch script from [here for Inkscape 1.0](https://raw.githubusercontent.com/raniaamina/inkporter/windows/1.0/inkporter_data/inkporter.bat) and [here for Inkscape 0.92.x](https://raw.githubusercontent.com/raniaamina/inkporter/windows/0.92.x/inkporter_data/inkporter.bat).
2. Put it anywhere you want, but a good place to put it is in the Inkscape directory.
3. Go to `Control Panel -> System and Security -> System -> Advanced system settings -> Environment Variables...` &#x20;
4. Double click on the "Path" variable, then add your directory to`inkporter.bat` and the dependencies directory
5. Try to run Inkporter from cmd

The advantage of using a manual installation is that you can use different builds of Inkscape or use it when you have not put your Inkscape in Program Files.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inkporter.raniaamina.id/how-to-install/cli-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
