vocoder712/OpenUtauMobile
OpenUtau Mobile 是一个面向移动端的开源免费歌声合成软件; OpenUtau Mobile is a free and open-source singing voice synthesis software for mobile devices.
해결하는 문제
OpenUtau Mobile은 모바일 기기로 가창 합성 소프트웨어를 제공하여 다양한 보이스뱅크를 사용해 보컬 트랙을 만들 수 있게 합니다. 프로젝트 파일과 보이스뱅크를 관리할 수 있는 모바일 친화적인 에디터를 제공하여, 가창 합성에 데스크톱 환경이 필요하다는 문제를 해결합니다.
작동 방식
이 앱은 OpenUtau Core를 기반으로 하며, 모바일 플랫폼과의 호환성을 확보하기 위해 특수한 패치가 적용되었습니다. USTX 프로젝트 파일 형식을 지원하며, DiffSinger, UTAU, Vogen 등 다양한 가수 유형을 호출할 수 있습니다.
대상 사용자
Android 및 iOS 기기에서 가상 가수를 사용해 음악을 만들고자 하는 음악가, 보이스 합성 애호가, 크리에이터를 위한 것입니다.
주요 특징
- 다중 플랫폼 지원: Android 5.0+ 및 iOS 15.0+에서 작동 가능.
- 광범위한 가수 호환성: DiffSinger, UTAU, Vogen 보이스뱅크를 지원.
- 프로젝트 호환성: OpenUtau USTX 프로젝트 파일을 완전히 지원.
- 오픈소스: Apache 2.0 라이선스 하에 개발됨.
관련
- 프로젝트
Prorise-cool/Claude-Code-Multi-AgentClaude Code Multi‑Agent는 Anthropic의 Claude Code 프로젝트에 인식 능력과 전문가 에이전트 기능을 제공하는 오픈소스 프레임워크입니다. Python Hook 시스템과 로컬에서 실행되는 Ollama 모델을 사용해 코드베이스 유형을 자동 감지하고, 사용자 의도를 분석하며, 300개 이상의 도메인 전용 "스킬"(백엔드, 프론트엔드, 테스트, 보안 등)을 로드하고, 자동 문서화(DEVELOPMENT.md, KNOWLEDGE.md, CHANGELOG.md)를 강제합니다. 리포지토리를 클론하고 Ollama, 모델, uv를 설치한 후 프로젝트를 리포지토리에 넣기만 하면, Claude Code는 즉시 컨텍스트를 이해하고 적절한 도구를 제안하며, `/backend‑specialist` 또는 `/kiro/spec`와 같은 슬래시 명령어로 조작할 수 있습니다.
주요 특징:
- 제로 설정 시작; 모든 설정은 `.claude/settings.json`과 `prompts.json`에 저장.
- 세션 시작, 사용자 프롬프트, 도구 사용 등에 따라 실행되는 Hooks로 프로젝트 감지, 의도 분석, 문서 업데이트 처리.
- Skills는 `SKILL.md` 파일로 정의되며 자동 탐지됨.
- 외부 API를 전혀 사용하지 않고 완전히 로컬에서 동작. Git과 통합 가능. MIT 라이선스.
개인 개발자나 소규모 팀이 재현 가능하고 온프레미스 AI 코딩 보조 도구를 원할 때 이상적입니다.
- 프로젝트
- 프로젝트
gendigitalinc/sageSage is a security plug‑in for AI coding assistants (Claude Code, Cursor, VS Code, OpenClaw, OpenCode). It intercepts tool calls—shell commands, URL fetches, file writes, package installs—and runs multiple threat checks (cloud URL reputation, 300+ local YAML heuristics, a prompt‑injection ML model, supply‑chain analysis, and Windows AMSI). If a request looks unsafe, Sage blocks it and logs the decision. Installation is done via the respective assistant’s marketplace or npm, and the project is open‑source under Apache 2.0.
- 프로젝트
useagenthq/useagentuseAgent is an open‑source, self‑hosted AI coworker platform that lets LLM agents (Claude Code, Codex, OpenCode, Pi) operate inside isolated Linux sandboxes, browse the web, run commands, edit code, and interact with team tools (Slack, GitHub, Gmail, Notion, etc.). It provides a UI with a live timeline, terminal, and workspace, stores every run in PostgreSQL for replay, and supports reusable “skills” and a shared knowledge base. The project is written for the Bun runtime, uses pgvector for embeddings, and is released under AGPL‑3.0 with an optional commercial license.