{"id":30691258,"url":"https://github.com/casibase/casibase-helper","last_synced_at":"2026-04-11T03:12:06.694Z","repository":{"id":310876368,"uuid":"1030716648","full_name":"casibase/casibase-helper","owner":"casibase","description":"Casibase install helper","archived":false,"fork":false,"pushed_at":"2025-08-29T03:54:54.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-29T07:40:32.520Z","etag":null,"topics":["casibase","client","electron","helper","installer","linux","macos","os","windows"],"latest_commit_sha":null,"homepage":"https://github.com/casibase/casibase","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/casibase.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,"zenodo":null}},"created_at":"2025-08-02T07:01:41.000Z","updated_at":"2025-08-29T03:48:54.000Z","dependencies_parsed_at":"2025-08-20T20:34:50.418Z","dependency_job_id":"6893778b-d702-4108-94e7-9010e25c3465","html_url":"https://github.com/casibase/casibase-helper","commit_stats":null,"previous_names":["casibase/casibase-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/casibase/casibase-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casibase%2Fcasibase-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casibase%2Fcasibase-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casibase%2Fcasibase-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casibase%2Fcasibase-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/casibase","download_url":"https://codeload.github.com/casibase/casibase-helper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/casibase%2Fcasibase-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273227483,"owners_count":25067686,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["casibase","client","electron","helper","installer","linux","macos","os","windows"],"created_at":"2025-09-02T03:47:37.222Z","updated_at":"2025-12-30T21:32:26.956Z","avatar_url":"https://github.com/casibase.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Casibase Helper\n\nAn Electron-based desktop application that helps manage and deploy Casibase instances.\n\n## Features\n\n- **Auto Update**: Automatically check and download the latest Casibase releases from GitHub\n- **Configuration Management**: Easy-to-use interface for managing Casibase configuration\n- **Deployment**: One-click deployment of Casibase backend and frontend\n- **Logging**: Built-in logging system to track application events\n- **Proxy Support**: HTTP/HTTPS and SOCKS proxy support for network requests\n- **Multi-language**: Support for internationalization (i18n)\n\n## Prerequisites\n\n- Node.js (v14 or higher recommended)\n- npm or yarn package manager\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/casibase/casibase-helper.git\ncd casibase-helper\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n## Development\n\nStart the development server:\n\n```bash\nnpm start\n# or\nyarn start\n```\n\nThis will start webpack-dev-server and launch the Electron application in development mode.\n\n## Building\n\n### Lint your code\n\n```bash\nnpm run lint\n```\n\n### Build the application\n\n```bash\nnpm run build\n```\n\n### Package the application\n\n```bash\nnpm run postpackage\n```\n\nThis will create distributable packages for your platform using electron-builder.\n\n## Project Structure\n\n```\ncasibase-helper/\n├── src/\n│   ├── backends/       # Backend logic and utilities\n│   │   ├── appConf.js  # Application configuration management\n│   │   ├── Conf.js     # Casibase config file management\n│   │   ├── Deploy.js   # Deployment logic\n│   │   ├── Log.js      # Logging system\n│   │   └── version.js  # Version management and updates\n│   ├── components/     # React components\n│   │   ├── ConfigPage.js\n│   │   ├── HomePage.js\n│   │   ├── LogPage.js\n│   │   ├── SettingPage.js\n│   │   ├── Sidebar.js\n│   │   └── Titlebar.js\n│   ├── locales/       # i18n translation files\n│   ├── assets/        # Static assets\n│   ├── App.js         # Main React application\n│   ├── i18n.js        # i18n configuration\n│   └── index.js       # Application entry point\n├── main.js            # Electron main process\n└── IpcRegister.js     # IPC handlers for main-renderer communication\n```\n\n## Configuration\n\nThe application stores its configuration in the user data directory:\n- Windows: `%APPDATA%/casibase-helper`\n- macOS: `~/Library/Application Support/casibase-helper`\n- Linux: `~/.config/casibase-helper`\n\n## License\n\nApache License 2.0 - See [LICENSE](LICENSE) file for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## Support\n\nFor issues and questions, please open an issue on the [GitHub repository](https://github.com/casibase/casibase-helper/issues).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasibase%2Fcasibase-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcasibase%2Fcasibase-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcasibase%2Fcasibase-helper/lists"}