{"id":17713645,"url":"https://github.com/Andaroth/ai-assistant-electron","last_synced_at":"2025-03-13T21:32:56.168Z","repository":{"id":259214900,"uuid":"877293804","full_name":"Andaroth/ai-assistant-electron","owner":"Andaroth","description":"Desktop AI assistant for Windows, Mac and Linux","archived":false,"fork":false,"pushed_at":"2024-10-29T10:08:22.000Z","size":385,"stargazers_count":53,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T12:11:21.321Z","etag":null,"topics":["app","chatgpt","chatgpt-app","copilot","copilot-chat","debian","desktop","electronjs","linux","linux-desktop","mac","macos","mistral-ai","nodejs","windows"],"latest_commit_sha":null,"homepage":"https://anda.ninja","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Andaroth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-23T12:19:39.000Z","updated_at":"2024-10-29T10:51:15.000Z","dependencies_parsed_at":"2024-10-29T12:32:20.842Z","dependency_job_id":null,"html_url":"https://github.com/Andaroth/ai-assistant-electron","commit_stats":null,"previous_names":["andaroth/chatgpt-electron","andaroth/ai-assistant-electron"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andaroth%2Fai-assistant-electron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andaroth%2Fai-assistant-electron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andaroth%2Fai-assistant-electron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andaroth%2Fai-assistant-electron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andaroth","download_url":"https://codeload.github.com/Andaroth/ai-assistant-electron/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243485985,"owners_count":20298431,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["app","chatgpt","chatgpt-app","copilot","copilot-chat","debian","desktop","electronjs","linux","linux-desktop","mac","macos","mistral-ai","nodejs","windows"],"created_at":"2024-10-25T10:05:35.984Z","updated_at":"2025-03-13T21:32:56.160Z","avatar_url":"https://github.com/Andaroth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Assistant Electron\n\n![sample](sample.png)\n\n## DISCLAIMER\n\nThis project is MAINTAINED but is migrating to premium \"[Vidyā](https://vidya.chat)\" GUI which will be close-sourced.\n\nIf you want to follow and support the project, please [join our Discord](https://discord.gg/andapirate) (it's French). \n\n## Features\n\n1. #### Session manager to change account easily,\n2. #### Streamer mode to hide your name, mail and avatar\n3. #### Change assistant (GPT, Copilot, Mistral, more soon)\n4. #### Custom CSS themes\n\n| OS | Location of folder for CSS themes |\n|---|---|\n| Windows\t| `C:\\Users\\{username}\\AppData\\Roaming\\chatgpt-electron` |\n| macOS\t| `/Users/{username}/Library/Application Support/chatgpt-electron` |\n| Linux\t| `/home/{username}/.config/chatgpt-electron` |\n\n![sample](multi_ai.png)\n\n![sample](multi_sessions.png)\n\n![sample](themes.png)\n\n## Requirements\n\n- [NodeJS](https://nodejs.org) v20 or +\n\n## Installation\n\n### Generate package\n```sh\nnpm i\nnpm run package\n```\nThis will create a folder (ie: `out/chatgpt-electron-linux-x64`) which contains the executable file for your system.\n\nYou can directly run `out/chatgpt-electron-linux-x64/chatgpt-electron` or you may want to use it in a \"widget\":\n\n### Use on Windows\n\n1. Move the executable folder `out/chatgpt-electron-win32-x64` anywhere you like it\n\n2. Run `chatgpt-electron.exe` and enjoy!\n\n### Use on MacOS\n\n1. Move the executable folder `out/chatgpt-electron-darwin-arm64` anywhere you like it\n\n2. Run `chatgpt-electron.app` and enjoy!\n\n### Use on Linux\n\n1. Move the executable folder `out/chatgpt-electron-linux-x64` anywhere you like it\n\n2. run `chatgpt-electron-linux-x64/chatgpt-electron` and enjoy!\n\n### Panel shortcut in XFCE\n\n#### Requirements\n\n- xdotool `apt install xdotool`\n- wmctrl `apt install wmctrl`\n\nTo make a shortcut to open a controlled window from your XFCE panel, you need to call your `./open_chatgpt.sh`.\n\nThe goal of `./open_chatgpt.sh` is to find the Electron window then resize it at will. \n\nIt works with a `package` output and I did NOT tested it with deb and rpm.\n\n1. Right click on your XFCE Panel \u003e \"Panel\" \u003e \"Add new items...\"\n\n2. Double-click on \"Launcher\":\n\n![step2](shortcut1.png)\n\n3. In the \"Launcher\" window, press the \"+\" button.\n\n4. In the \"Edit Launcher\" window, configure the Launcher so the command will open your `open_chatgpt.sh` from its path:\n\n![step4](shortcut2.png)\n\n5. Optional: Name the shortcut and select an Icon (you can copy it from `GPT.svg`)\n\n6. Save, Close, Enjoy!\n\n## Credits\n\nThis was made by [Axel Andaroth (aka Anda Pirate)](https://anda.ninja) for personal use with Debian 12 XFCE.\n\nSource is open because sharing is caring. \n\nThanks for your support!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndaroth%2Fai-assistant-electron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAndaroth%2Fai-assistant-electron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAndaroth%2Fai-assistant-electron/lists"}