Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tre3p/steam-desktop-authenticator-multiplatform
Multiplatform implementation of Steam mobile authenticator app
https://github.com/tre3p/steam-desktop-authenticator-multiplatform
desktop steam steam-linux steam-macos steam-windows steamauthenticator
Last synced: 3 months ago
JSON representation
Multiplatform implementation of Steam mobile authenticator app
- Host: GitHub
- URL: https://github.com/tre3p/steam-desktop-authenticator-multiplatform
- Owner: tre3p
- License: mit
- Created: 2022-09-03T20:52:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T08:47:36.000Z (4 months ago)
- Last Synced: 2024-07-20T09:55:02.434Z (4 months ago)
- Topics: desktop, steam, steam-linux, steam-macos, steam-windows, steamauthenticator
- Language: Kotlin
- Homepage:
- Size: 612 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-steam - steam-desktop-authenticator-multiplatform - Steam desktop authenticator. (Resources / Standalone Tools)
README
SDAMP (Steam Desktop Authenticator Multiplatform)## Warning
This product comes as is, which means that I don't provide any support, and the project only develops because of the community that uses it. I also don't take any responsibility for how this app will be used, so if you lose your accounts, the blame will be on you.
## Description
This project is analogous to [Steam Desktop Authenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator) which is Windows-native application. Main idea of this project is cross-platform, which allow you to run application out of the box on all of your devices at once. For now, application supports running on MacOS, Linux, Windows.
## How to use
- Download relevant version of application from [Releases](https://github.com/tre3p/steam-desktop-authenticator-multiplatform/releases) page.
- Proceed with installation based on system you use## Build
### Windows
- Clone project
- Navigate to folder in which you downloaded application and execute command:
```sh
gradlew.bat packageDistributionForCurrentOs
```
- Executable file will be placed in `sdamp-ui/build/compose/binaries/main/app/` folder### Linux
- Clone project
- Navigate to folder in which you downloaded application and execute command:
```sh
chmod +x gradlew
./gradlew packageDistributionForCurrentOs
```
- Executable file will be placed in `sdamp-ui/build/compose/binaries/main/app/` folder### MacOS
- Clone project
- Navigate to folder in which you downloaded application and execute command:
```sh
chmod +x gradlew
./gradlew packageDistributionForCurrentOs
```
- Executable file will be placed in `sdamp-ui/build/compose/binaries/main/app/` folder