This applications talks to talks to Tanlock devices through their web apis.
- Creating
users
anduser groups
- Scaning
devices
and creatingdevice groups
- Assigning
user groups
todevice groups
- Syncing local state with device state
- Viewing
device logs
withindevice 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