No description
Find a file
2026-01-18 16:06:22 +01:00
.config rebase from 17baf84 2025-04-29 00:07:20 -07:00
.configurations feat: swtich to npm as default package manager 2024-09-19 02:22:27 +02:00
.devcontainer rebase from 17baf84 2025-04-29 00:07:20 -07:00
.eslint-plugin-local rebase from 17baf84 2025-04-29 00:07:20 -07:00
.github Update Node.js version to 22 in macOS ARM64 build workflow 2026-01-18 16:06:22 +01:00
.idx rebase 2025-03-01 00:02:18 -08:00
.vscode rebase from 17baf84 2025-04-29 00:07:20 -07:00
build Update GitHub Actions and Azure Pipelines configurations to use latest artifact upload action and remove obsolete client ID variable 2026-01-17 19:38:34 +01:00
cli rebase from 17baf84 2025-04-29 00:07:20 -07:00
extensions release fix 2025-05-07 19:52:54 -07:00
remote rebase from 17baf84 2025-04-29 00:07:20 -07:00
resources rebase from 17baf84 2025-04-29 00:07:20 -07:00
scripts appimage 2025-04-16 04:30:01 -07:00
src Refactor model capabilities and update default models for providers 2026-01-17 18:45:55 +01:00
test rebase from 17baf84 2025-04-29 00:07:20 -07:00
void_icons add icons 2025-06-19 13:58:41 -07:00
.editorconfig init commit 2024-09-10 19:37:36 -07:00
.eslint-ignore rebase from 17baf84 2025-04-29 00:07:20 -07:00
.git-blame-ignore-revs rebase from vscode f35c3823 2024-09-24 04:46:08 +00:00
.gitattributes init commit 2024-09-10 19:37:36 -07:00
.gitignore gitignore 2025-04-29 00:11:57 -07:00
.lsifrc.json init commit 2024-09-10 19:37:36 -07:00
.mailmap init commit 2024-09-10 19:37:36 -07:00
.mention-bot init commit 2024-09-10 19:37:36 -07:00
.npmrc rebase from 17baf84 2025-04-29 00:07:20 -07:00
.nvmrc Update .nvmrc to use Node.js version 22.21.1 2026-01-17 19:47:30 +01:00
.voidrules rm scm generation until we can dismiss the errors 2025-06-06 01:35:54 -07:00
.vscode-test.js rebase from 17baf84 2025-04-29 00:07:20 -07:00
cglicenses.json init 2025-02-28 18:01:53 -08:00
cgmanifest.json rebase from 17baf84 2025-04-29 00:07:20 -07:00
CodeQL.yml init commit 2024-09-10 19:37:36 -07:00
eslint.config.js Added @modelcontextprotocol/sdk to the allowed list of imports to avoid typescript error 2025-05-15 22:29:22 -04:00
gulpfile.js init 2025-02-28 18:01:53 -08:00
HOW_TO_CONTRIBUTE.md typo 2025-08-06 17:07:32 -07:00
LICENSE-VS-Code.txt rebase 2025-03-01 00:02:18 -08:00
LICENSE.txt rebase 2025-03-01 00:02:18 -08:00
package-lock.json Update package-lock.json to reflect dependency version upgrades and clean up obsolete entries 2026-01-17 19:46:12 +01:00
package.json Replaced @modelcontextprotocol/inspector-cli for @modelcontextprotocol/sdk 2025-05-14 11:41:22 -04:00
product.json 1.4.9 2025-06-23 04:04:55 -04:00
README.md Update README with build instructions and project description 2026-01-18 15:46:34 +01:00
ThirdPartyNotices.txt rebase from 17baf84 2025-04-29 00:07:20 -07:00
tsfmt.json init commit 2024-09-10 19:37:36 -07:00
VOID_CODEBASE_GUIDE.md Update VOID_CODEBASE_GUIDE.md 2025-04-29 03:53:40 -07:00

Void - Custom Fork

Description

This is my personal fork of Void, maintained to keep the project updated with the latest models and improvements.

Build Instructions

To build Void from the command line, follow these steps:

1. Clone the Repository

git clone https://github.com/jcommaret/void.git
cd void

2. Install Dependencies

npm install

3. Build the Project

npm run buildreact
npm run watch

4. Start the Application

./scripts/code.sh

5. Build for macOS (ARM64)

npm run gulp vscode-darwin-arm64

Support

If you need help building your own version of Void or have any questions, feel free to reach me:

Notes

  • This is a custom fork with personal modifications
  • Regular updates are applied to keep the project current
  • Contributions and feedback are welcome