Repository to build a working Electron distributable which includes usage of Anthropic's TypeScript SDK in Electron's node backend
- OS: MacOS 14.5
- NodeJS: 18.12.1
- Guide followed: https://www.electronforge.io/#using-templates
- Template which was used to get started:
npm init electron-app@latest my-app -- --template=vite-typescript
- clone this repository to your machine
- install npm dependencies with
npm install
- run
npm run make
to build an executable on your local file-system - navigate to the
out
folder after a successful build, you should see an executable electron app - execute the built executable and try it out
you will need a valid Anthropic API key to test the executable