
Honami-Animation-System
Honami is a visual, UI-first animation system for Unity 6 that replaces Mecanim with timeline editors, node graphs, and a zero-allocation runtime, letting animators author animations with almost no code.
It provides a fully client-side, source-free video player that respects copyright by requiring users to bring their own content sources, while offering a consistent experience across TV, Android, and Windows via both React Native and WPF.
OpaiTV 是一个跨平台视频播放器项目,包含 React Native TV/Android 客户端和 Windows 桌面客户端。项目提供播放器、搜索、收藏、播放记录、直播 M3U、本地视频和用户自定义 AppleCMS/MacCMS 订阅等通用能力。
本仓库是无内置视频源的公开版本:
.example 地址是 IANA 保留的示例域名,不会作为实际内容源使用。用户可以在应用设置中填写自己管理的兼容服务。仓库维护者不会通过 Issue、Pull Request 或 Release 分发源配置。
Windows 自包含版本发布在 GitHub Releases。下载 OpaiTV-*-win-x64-self-contained.zip,解压后运行 OpaiTV.exe,无需另外安装 .NET。
yarn install --frozen-lockfile
yarn typecheck
yarn lint
yarn test-ci
yarn start
生成并运行原生项目:
yarn prebuild
yarn android
# 或
yarn ios
dotnet build desktop\OrionTV.Desktop.sln
dotnet test desktop\OrionTV.Desktop.sln
dotnet run --project desktop\OrionTV.Desktop.App\OrionTV.Desktop.App.csproj
Windows 自包含发布:
dotnet publish desktop\OrionTV.Desktop.App\OrionTV.Desktop.App.csproj `
-c Release -r win-x64 --self-contained true `
-o desktop\publish\win-x64-self-contained
两端默认均不携带视频订阅或直播地址。运行应用后,在设置页配置:
Windows 端还可以通过 AI 工具窗口启动本机已安装的 Claude Code 或 Codex。CLI 会先读取随应用发布的 desktop/docs/ORION_SOURCE_GUIDE.md,并把验证后的兼容配置写入用户数据目录;仓库本身不会接收或提交这些本地配置。
提交前运行:
yarn audit:public
该检查会拒绝已知代理目录、内置源标识、未审核的真实视频接口 URL、常见凭据格式和超过 GitHub 单文件限制的内容。Pull Request 和 github-public 分支推送也会自动执行同一检查。
请先阅读 CONTRIBUTING.md。功能修复和通用协议改进可以提交,但请勿在代码、测试、文档、日志或截图中加入真实视频源。
本项目采用 MIT License。第三方依赖仍分别适用其自身许可证。
OpaiTV 只提供通用客户端代码,不存储、上传或分发视频内容。使用者应确保其配置和访问的内容符合适用法律及服务条款。
Source-free cross-platform TV and desktop media player
Similar projects matched by category, topics, and programming language.

Honami is a visual, UI-first animation system for Unity 6 that replaces Mecanim with timeline editors, node graphs, and a zero-allocation runtime, letting animators author animations with almost no code.
A Windows tool that detects and removes malicious leftovers from right-click menus, startup items, services, scheduled tasks, browser extensions, and file associations.
A lightweight Windows tool that notifies you about new auto-starting background services and scheduled tasks that Windows normally doesn't alert you about.