Subscribe and like β
The application that simplifies interaction with the Aurora OS infrastructure for software development.
- Interacting with devices.
- Interacting with emulators.
- Working with Aurora SDK.
- Working with Platform SDK.
- Working with Flutter SDK.
- Answers to questions.
For use the client service, authorization in the application is required: https://aurora-bot.keygenqt.com/book/telegram-bot/auth.html
Download DEB package for your OS.
# Install sudo dpkg -i aurora-bot_0.1.8-1_amd64-noble.deb sudo apt-get install -f # Enable services systemctl --user enable aurora-bot.client.service systemctl --user enable aurora-bot.dbus.service # Start services systemctl --user start aurora-bot.client.service systemctl --user start aurora-bot.dbus.service
Download RPM package for your OS.
# Install sudo apt-get install aurora-bot-0.1.8-1.x86_64-alt11.rpm # Enable services systemctl --user enable aurora-bot.client.service systemctl --user enable aurora-bot.dbus.service # Start services systemctl --user start aurora-bot.client.service systemctl --user start aurora-bot.dbus.service
π https://crates.io/crates/aurora-bot
Download services to
/etc/systemd/user.
# Install dependency sudo apt-get install \ clang \ libssl-dev \ libdbus-1-dev \ libavutil-dev \ libavcodec-dev \ libavformat-dev \ libavfilter-dev \ libavdevice-dev # Install app cargo install aurora-bot # Enable services systemctl --user enable aurora-bot.client.service systemctl --user enable aurora-bot.dbus.service # Start services systemctl --user start aurora-bot.client.service systemctl --user start aurora-bot.dbus.service
Copyright 2025 Vitaliy Zarubin
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.