cindy
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
SignalDock is an Android screenshot recognition tool for HyperOS's Super Island that captures the current screen via a control center tile and parallelly processes AI recognition, QR code decoding, and app icon extraction to deliver structured information like order codes, products, and merchant details to the Super Island interface.
11
No data
0
0
GPL-3.0
2026-07-29
It integrates AI, QR, and icon analysis in a single tap, leverages HyperOS's Super Island for rich notifications, and supports both OpenAI-compatible APIs and Xiaomi's Miclaw with encrypted credential storage.
SignalDock 是面向 HyperOS 超级岛的 Android 截图识别工具。点击控制中心磁贴后,应用会截取当前页面,并行完成 AI 结构化识别、二维码解析和来源应用图标提取,再将取餐码、商品、规格、商家等信息投递到超级岛。
准备以下环境:
27.2.12479018cargo-ndk先通过 ANDROID_HOME / ANDROID_SDK_ROOT 或未提交的 local.properties 配置 Android SDK 路径。
cargo install cargo-ndk
./gradlew :app:assembleDebug
Rust 原生库会由 Gradle 自动构建,无需手动复制 .so 文件。
仓库不包含任何签名材料。没有 keystore.properties 时,assembleRelease 会生成 unsigned APK;需要本地签名时:
cp keystore.properties.example keystore.properties
keytool -genkeypair \
-keystore keystore/signaldock-release.p12 \
-storetype PKCS12 \
-alias signaldock \
-keyalg RSA \
-keysize 4096 \
-validity 10000
./gradlew :app:assembleRelease
在 keystore.properties 中填写真实密码。keystore.properties、keystore/、本机 SDK 配置和构建产物均已加入 .gitignore,不得提交到版本库。
./gradlew :app:testDebugUnitTest :app:lintDebug
cd rust
cargo test
cargo clippy --all-targets --all-features -- -D warnings
截图会发送到用户选择的 AI 服务商。应用不会把 API Key 或 Miclaw 会话写入普通明文偏好;识别结果和模型原始响应也不会写入应用日志。发布前仍应检查暂存文件,确保没有本机配置、账号信息、截图、日志或签名文件。
本项目以 GNU General Public License v3.0 发布。项目与 Xiaomi、HyperOS、Miclaw、WeChat 或相关商标所有者无隶属或背书关系。
HyperOS 取餐码上岛
Similar projects matched by category, topics, and programming language.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.
Nativ is a native macOS app that lets you run AI models locally on Apple silicon, offering chat, model management, performance analytics, and an OpenAI/Anthropic-compatible API server.

Hermex is a native SwiftUI iPhone app that lets you control a self-hosted Hermes AI agent directly from your phone, with no subscriptions, tracking, or third-party relay.