This applications talks to talks to Tanlock devices through their web apis.
- Creating
usersanduser groups - Scaning
devicesand creatingdevice groups - Assigning
user groupstodevice groups - Syncing local state with device state
- Viewing
device logswithindevice groups
Check release page for
- Windows msi
- Macos dmg
- Linux
- Frontend Next.js (Typescript) is in src
- Backend Rust is in src-tauri
- Install Rust
- Check https://tauri.app/v1/guides/getting-started/prerequisites for platform specific instructions
- Windows users need Microsoft Visual Studio C++ Build Tools to build the application
- Mac users need xcode build tools
- Run pnpm install to install frontend packages
- Run pnpm run dev for development build
- Run pnpm build for production build