English | 中文
FatherBox is an open-source, free utility app built using Vben & Tauri technology. Designed to enhance user productivity, it offers a range of tools and features to streamline your workflow efficiently.
- Dashboard
- Tools
- TimeParser
- JsonFormatter
- UuidGenerator
- Encryptor
- RegExp
- AI
- Remote AI LLMS Links only
- Local AI LLM Based on Ollama
- Editors
- Markdown
- Flow
- System
- FileManage
- other
- Settings
- Mode Light/Dark
- Workspace // todo
- Languages 简体中文/English
- User Login/Logout
fatherbox-v0.0.7.en.mov
Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately.
- Get the project code
git clone https://github.com/blackstar-baba/fatherbox.git
-
Installation dependencies
- Rust 1.78.0+
- Node.js v16.13+
- Tauri v1
-
run
cargo tauri dev
- build
cargo tauri build
- Download app in
releases
page, https://github.com/blackstar-baba/fatherbox/releases - Double click app binary file for install.
Double click fatherbox app. use username default
& password 123456
to login
macos need exec this command before click:
sudo xattr -rd com.apple.quarantine /Applications/fatherbox.app
You are very welcome to join!Raise an issue Or submit a Pull Request。
Pull Request:
- Fork code!
- Create your own branch:
git checkout -b feat/xxxx
- Submit your changes:
git commit -am 'feat(function): add xxxxx'
- Push your branch:
git push origin feat/xxxx
- submit
pull request
-
reference vue specification (Angular)
feat
Add new featuresfix
Fix the problem/BUGstyle
The code style is related and does not affect the running resultperf
Optimization/performance improvementrefactor
Refactorrevert
Undo edittest
Test relateddocs
Documentation/noteschore
Dependency update/scaffolding configuration modification etc.ci
Continuous integrationtypes
Type definition file changeswip
In development
The Chrome 80+
browser is recommended for local development
Support modern browsers, not IE
IE |
Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|---|
not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
If you think this project is helpful to you, you can help the author buy a cup of coffee to show your support!
- MIT © blackstar-baba-2024
- This project includes code from the vue-vben-admin, licensed under the MIT License.