> For the complete documentation index, see [llms.txt](https://docs.creativeconners.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.creativeconners.com/docs/spikemark-6/system-requirements-and-install.md).

# System Requirements & Installation

## System Requirements

Spikemark 6 is a lightweight application which runs on Microsoft Windows. As with almost every computer spec, the higher the better, but you don't *need* a full on gaming laptop or CAD station to run Spikemark successfully.

Below are suggested minimum computer specs:

* Windows 10 or 11
  * Older version of Windows likely work, though have not been fully tested
* Intel i7 or better with a minimum 16GB of RAM
* 256GB SSD (minimum)
* 4K Display (UHD 3840x2160)
  * A 2K (QHD 2560x1440) screen will work well too
  * 16:9 Aspect ratio is recommended
  * Rocking a laptop? make sure it supports a 2K or 4K external display
* Built in 10/100 Ethernet port
  * A USB to Ethernet adapter will do the trick

## Spikemark Installation

Installing Spikemark software is easy. [Download Spikemark](https://creativeconners.com/products/software/), then locate the downloaded installer `SpikemarkSetup_x_x_x.exe`. **Double-click** on the file and walk through the installer. For the recommended Standard Installation, follow the steps below.

#### Standard Installation

1. If you have a previous version installed, we highly recommend you uninstall first and then proceed.

![Uninstall Prompt in the installer](/files/BY176IlsfekQlNRt6tvQ)

2. Accept the License Agreement.

![License Agreement](/files/ipmtJrrE3vrhxGo7EghF)

3. Select the installation type. **Standard Installation is recommended for most users.** See [Advanced Installation](/docs/spikemark-6/system-requirements-and-install/advanced-installation.md) for advanced options.

![Installation Types](/files/31rvwxVsLdZfu2JCsV4F)

4. Review the changelog for this version of Spikemark.

![Changelog](/files/N3jYfvuwbUqSSrTFzw16)

5. Select the 'Create a desktop shortcut' if desired.

![Desktop shortcut option](/files/2eGtmCiMuhdgwLjtFYcV)

6. Confirm the installation.
7. Once the installation is completed, deselect Launch Spikemark and View Readme if you do not want to launch Spikemark immediately or read the release notes. Click 'Finish'.
   * *If you've selected an Advanced Installation option, you may be prompted to restart your computer instead.*


---

# 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://docs.creativeconners.com/docs/spikemark-6/system-requirements-and-install.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.
