Archi steam farm linux
Create your free GitHub account today to subscribe to this repository for new releases and build software alongside 50 million developers.
github-actions released this Sep 18, 2020
Changelog
Changes since V4.2.4.0:
- [!] General code refactor for implementing C# 8.0 nullable references. This change might require some third-party plugins to be recompiled, due to misc API changes that had to be applied in the process (#1543).
- [!] ASF now supports specifying custom headers and cookies with a WebBrowser request — this is a breaking API change which might require some third-party plugins to be recompiled with additional code fixes (#1964).
- [!] ASF will no longer retry requests upon receiving 5xx strError response during accepting a trade offer. This change slightly modifies internal API of (. )WithSession() functions, which may require plugin recompilation of third-party plugins (#1832).
- AdditionalProperties field of Steam.Asset has been changed to AdditionalPropertiesReadOnly to allow proper extension deserialization. If you’re a plugin developer and using this field, please adapt your usage (#1958).
- ASF will now use a GET request for 301 and 302 redirections (#1963).
- Added encrypt command (#1950).
- Fixed ASF not accepting case-insensitive 2FA codes (regression).
- Fixed a possibility of level command to produce response for unauthorized users (#1957).
- Latest ASF-ui with new features, improvements and bugfixes.
- Updated localization provided by our community.
- Usual amount of other core improvements, optimizations and bugfixes.
- [Deprecation] Endpoints deprecated in the previous release have been removed.
Support
ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you’re grateful for what we’re doing, please consider donating. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!
github-actions released this Sep 13, 2020
Notice
This is a stable release candidate. Check out ASF release cycle if you’d like to learn more.
Changelog
Changes since V4.2.4.0:
- [!] General code refactor for implementing C# 8.0 nullable references. This change might require some third-party plugins to be recompiled, due to misc API changes that had to be applied in the process (#1543).
- [!] ASF now supports specifying custom headers and cookies with a WebBrowser request — this is a breaking API change which might require some third-party plugins to be recompiled with additional code fixes (#1964).
- [!] ASF will no longer retry requests upon receiving 5xx strError response during accepting a trade offer. This change slightly modifies internal API of (. )WithSession() functions, which may require plugin recompilation of third-party plugins (#1832).
- AdditionalProperties field of Steam.Asset has been changed to AdditionalPropertiesReadOnly to allow proper extension deserialization. If you’re a plugin developer and using this field, please adapt your usage (#1958).
- ASF will now use a GET request for 301 and 302 redirections (#1963).
- Added encrypt command (#1950).
- Fixed ASF not accepting case-insensitive 2FA codes (regression).
- Fixed a possibility of level command to produce response for unauthorized users (#1957).
- Latest ASF-ui with new features, improvements and bugfixes.
- Updated localization provided by our community.
- Usual amount of other core improvements, optimizations and bugfixes.
- [Deprecation] Endpoints deprecated in the previous release have been removed.
Support
ASF is available for free, this release was made possible thanks to the people that decided to support the project. If you’re grateful for what we’re doing, please consider donating. Developing ASF requires massive amount of time and knowledge, especially when it comes to Steam (and its problems). Even $1 is highly appreciated and shows that you care. Thank you!
Archi steam farm linux
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
ASF is a C# application with primary purpose of idling Steam cards from multiple accounts simultaneously. Unlike Idle Master which works only for one account at given time, while requiring Steam client running in the background and launching additional processes imitating «game playing» status, ASF doesn’t require any Steam client running in the background, doesn’t launch any additional processes and is made to handle unlimited Steam accounts at once. In addition to that, it’s meant to be run on servers or other desktop-less machines, and features full cross-OS support, which makes it possible to launch on any operating system with .NET Core runtime, such as Windows, Linux and OS X. ASF is possible thanks to gigantic amount of work done in marvelous SteamKit2 library.
Today, ASF is one of the most versatile Steam power tools, allowing you to make use of many features that were implemented over time. Apart from idling Steam cards, which remains the primary focus, ASF includes bunch of features on its own, such as a possibility to use it as Steam authenticator or chat logger. In addition to that, ASF includes plugin system, thanks to which anybody can further extend it to his/her needs.
- Automatic idling of available games with card drops using any number of active accounts
- No requirement of running or even having official Steam client installed
- Guarantee of being VAC-free, focus on security and privacy
- Complex error-reporting mechanism, reliability even during Steam issues and other networking quirks
- Flexible cards idling algorithm, pushing the performance to the maximum while still allowing a lot of customization
- Offline idling, enabling you to skip in-game status and stop confusing your friends with fake playing status
- Advanced support for Steam accounts, including ability to redeem keys, redeem gifts, accept trades, send messages and more
- Support for latest Steam security features, including SteamGuard, SteamParental and 2-factor authentication
- Unique ASF 2FA mechanism allowing ASF to act as a mobile authenticator, if needed
- STM-like integration for trades, both passive (accepting) and active (sending), ASF can help you complete your sets
- Special plugin system, which allows you to extend ASF in any way you wish through your own code
- Powered by .NET Core, cross-OS compatibility, official support for Windows, Linux and OS X
- . and many more!
For learning about even more ASF features, we recommend starting with our FAQ entry.
Detailed guide regarding setting up and using ASF is available on our wiki in setting up section. It’s user-friendly guide that shows basic, as well as a bit more complex ASF setup, covering all the required dependencies and other steps that are required in order to start using ASF software.
Compatibility / Supported operating systems
ASF officially supports Windows, Linux and OS X operating systems, but it can work anywhere where you can obtain working .NET Core runtime. Please visit compatibility section on the wiki for more information regarding environments that ASF can work in.
Our wiki includes a lot of other articles that will tell you about everything in regards to ASF, as well as show you other features that you can make use of. If you have some time to spare and you’d like to find out what else ASF can do for you, we heavily encourage you to take a look!
About
C# application with primary purpose of idling Steam cards from multiple accounts simultaneously.