Bu depo, Amele ana uygulamasi icin Linux Agent bileşenini icerir.
- Ana repo: https://github.com/noirlang/amele
- Linux Agent repo: https://github.com/noirlang/amele-linux
- Web sitesi: https://amele.noirlang.tr
wget -O amele-linux https://amele.noirlang.tr/amele-linux
chmod +x amele-linuxpython -m venv /tmp/amele-linux-build-venv
/tmp/amele-linux-build-venv/bin/pip install pyinstaller
/tmp/amele-linux-build-venv/bin/pyinstaller --onefile --name amele-linux --distpath dist --workpath build --specpath build linux.pyCikti dosyasi:
dist/amele-linux
./amele-linux- Amele masaustu uygulamasinda Linux araclari ekranina gecin.
- Agent'in dinledigi IP/Port degerlerini uygulamaya girin.
- Token kullaniyorsaniz ayni tokeni uygulamaya da girin.
- Baglanti ve edinim adimlarini baslatin.
Bu repo GitHub Actions ile otomatik derleme yapar.
Pipeline yalnizca commit mesajinda [build] etiketi varsa tetiklenir:
git commit -m "feat: yeni özellik [build]"Etiketsiz commit'ler push edilir ama derleme baslatilmaz.
Manuel tetikleme: GitHub Actions sekmesinde "Run workflow" butonu.
Pipeline adimlari:
metadata— commit slug ve SHA hesaplarbuild— Python 3.12 + PyInstaller ileamele-linuxbinary uretirrelease— GitHub Releases'a prerelease olarak yukler
This repository contains the Linux Agent component for the Amele main application.
- Main repo: https://github.com/noirlang/amele
- Linux Agent repo: https://github.com/noirlang/amele-linux
- Website: https://amele.noirlang.tr
wget -O amele-linux https://amele.noirlang.tr/amele-linux
chmod +x amele-linuxpython -m venv /tmp/amele-linux-build-venv
/tmp/amele-linux-build-venv/bin/pip install pyinstaller
/tmp/amele-linux-build-venv/bin/pyinstaller --onefile --name amele-linux --distpath dist --workpath build --specpath build linux.pyOutput:
dist/amele-linux
./amele-linux- Open the Linux tools section in the Amele desktop app.
- Enter the agent IP/Port values.
- If token security is enabled, use the same token in the app.
- Start connection and acquisition workflows.

