Apps
Apps / アプリ一覧
Apps
軽量なアプリ一覧です。3D表示で作品を見る場合はPortfolioをご覧ください。
A lightweight list of projects. Visit Portfolio for the interactive 3D showcase.
LLM_Local_Chat
完全ローカルで動く音声対話AIチャット。
A voice-conversation AI chat that runs entirely on the local machine.
- 主な用途Main use
- 音声入力、ローカルAIの応答、読み上げをPC内で完結させます。
- Keeps speech input, local AI responses, and read-back on the PC.
- 技術スタックTechnology
- Python / llama-cpp-python / Whisper / Tkinter
- 対応環境Environment
- ローカルPC(会話内容を外部送信しない構成)
- Local PC, designed without sending conversations externally
- 状態Status
- 公開
- Published
mewz
ローカルで動く行動・記憶管理エージェント。
A local agent that keeps track of actions and memory.
- 主な用途Main use
- TODO、予定、メモ、会話ログ、行動ログを自然文から管理します。
- Manages todos, schedules, memos, conversations, and activity logs from plain-language input.
- 技術スタックTechnology
- Python / SQLite / Local LLM / Whisper / Event bus
- 対応環境Environment
- ローカルPC
- Local PC
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
mewmo
暗号化した保管庫を正本にするローカルメモアプリ。
A local note app whose source of truth is an encrypted vault.
- 主な用途Main use
- 暗号化したノートの保管、検索、取り込み、書き出し、バックアップを行います。
- Stores, searches, imports, exports, and backs up encrypted notes.
- 技術スタックTechnology
- Python / Encrypted vault / Local first
- 対応環境Environment
- ローカルPC
- Local PC
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
voice_input
Windows向けのローカル音声入力。
Local speech-to-text input for Windows.
- 主な用途Main use
- 音声を文字起こしし、確認後にクリップボードまたは前面アプリへ渡します。
- Transcribes speech and, after confirmation, sends it to the clipboard or foreground app.
- 技術スタックTechnology
- Python / faster-whisper / Hotkey
- 対応環境Environment
- Windows / Local only
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
voice_logger
話した内容をその場で文字にして書き溜める記録ツール。
A logger that turns what you say into text as you speak and keeps appending it.
- 主な用途Main use
- 発話区間をローカル認識し、日付ごとのJSONLへ追記します。
- Recognises spoken segments locally and appends them to a daily JSONL file.
- 技術スタックTechnology
- Python / PySide6 / webrtcvad / JSONL
- 対応環境Environment
- マイクを備えたローカルPC
- Local PC with a microphone
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
biolog
家族の健康記録をセルフホストで管理するアプリ。
A self-hosted health record tracker for a family.
- 主な用途Main use
- 体温、血圧、体重、食事、行動などを日次で記録・可視化します。
- Records and charts daily temperature, blood pressure, weight, meals, activity, and more.
- 技術スタックTechnology
- Python / FastAPI / Streamlit / SQLite / Docker
- 対応環境Environment
- セルフホスト(標準構成は同一PCのlocalhost)
- Self-hosted; default setup is localhost on the same PC
- 状態Status
- 公開
- Published
biolog_mobile
ホーム画面に追加して使う、オフライン対応の健康記録PWA。
An offline-capable health record PWA you add to your home screen.
- 主な用途Main use
- 端末内に健康記録を保存し、バックアップやCSVへ書き出します。
- Stores health records on the device and supports backup and CSV export.
- 技術スタックTechnology
- JavaScript / PWA / Offline
- 対応環境Environment
- PWA対応ブラウザ / スマートフォン
- PWA-capable browsers / smartphones
- 状態Status
- 公開ベータ
- Published beta
Auto_BGM
ローカルBGM生成のワークフロー管理ツール。
A workflow tool for generating BGM locally.
- 主な用途Main use
- プロンプトをキューで管理し、BGMの生成、解析、採用を進めます。
- Queues prompts and manages BGM generation, analysis, and adoption.
- 技術スタックTechnology
- Python / PySide6 / Stable Audio / Queue based
- 対応環境Environment
- ローカルデスクトップ
- Local desktop
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
midi_maker
最小構成のMIDIエディタとパターン生成ツール。
A minimal MIDI editor with pattern generation.
- 主な用途Main use
- ピアノロール編集、パターン生成、標準MIDIファイルの保存・読込を行います。
- Edits a piano roll, generates patterns, and saves or loads standard MIDI files.
- 技術スタックTechnology
- Python / PySide6 / mido / MIDI I/O
- 対応環境Environment
- ローカルデスクトップ
- Local desktop
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
kakeibo
レシート読み取りに対応したローカル家計簿。
A local household budget app with receipt reading.
- 主な用途Main use
- 支出入力、レシート読取、予算管理、集計、Excel出力、バックアップを行います。
- Handles expense entry, receipt reading, budgets, charts, Excel export, and backups.
- 技術スタックTechnology
- Python / Tkinter / SQLite / OCR
- 対応環境Environment
- ローカルデスクトップ
- Local desktop
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
security
自分のPC1台の内部だけを見る、ローカル完結の監査ツール。
A self-contained audit tool that looks only inside my own PC.
- 主な用途Main use
- 自PCの通信、プロセス、ファイアウォール、バックアップ状態を検知・記録します。
- Detects and records this PC's traffic, processes, firewall, and backup state.
- 技術スタックTechnology
- Python / FastAPI / Streamlit / SQLite
- 対応環境Environment
- 監査対象と同じPCのみ(管理者権限・外部通信不要)
- The audited PC only; no administrator rights or external connection required
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
english_app
自分の経験を1分の英語スピーチにして練習するWebアプリ。
A web app for rehearsing your own experience as a one-minute English talk.
- 主な用途Main use
- 日本語の経験を英語スクリプトへ変換し、読み上げながら練習します。
- Turns an experience written in Japanese into an English script for spoken practice.
- 技術スタックTechnology
- HTML / JavaScript / Piper TTS
- 対応環境Environment
- ローカルWeb環境
- Local web environment
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
english_speaking_trainer
「体験を英語で話す装置」を目指した試作。
A prototype aimed at being a device for talking about your own experience in English.
- 主な用途Main use
- 採点を置かず、自然な1分程度の英会話を練習します。
- Practises natural one-minute English speaking without scores or tests.
- 技術スタックTechnology
- HTML / Single-file prototype
- 対応環境Environment
- Webブラウザ
- Web browser
- 状態Status
- ローカルアーカイブ(未公開・試作)
- Local archive (prototype, not published)
USB_checker
USB機器の構成変化と打鍵の異常を見るWindows向けの検知ツール。
A Windows detector for USB configuration changes and typing anomalies.
- 主な用途Main use
- USB構成の変化と打鍵タイミングの異常を検知・記録します。
- Detects and records USB configuration changes and unusual typing timing.
- 技術スタックTechnology
- Python / Win32 API / Raw Input
- 対応環境Environment
- Windows(管理者権限・ネットワーク通信不要)
- Windows; no administrator rights or network connection required
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
Favorites_Launcher
登録したYouTubeのリンクを整理して、選んだ1件を既定ブラウザで開くランチャー。
A launcher that organises saved YouTube links and opens one in the default browser.
- 主な用途Main use
- ブックマークを取り込み、検索・整理・キュー化してYouTubeページを開きます。
- Imports, searches, organises, and queues bookmarks before opening a YouTube page.
- 技術スタックTechnology
- Python / Tkinter / SQLite / Local only
- 対応環境Environment
- Windowsデスクトップ / 既定ブラウザ
- Windows desktop / default browser
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
MeishiCraft
日本の名刺をレイアウトして、PNG・PDF・印刷まで出せるWindows向けのデスクトップアプリ。
A Windows desktop app for laying out Japanese business cards and exporting them to PNG, PDF, or print.
- 主な用途Main use
- 名刺の両面を編集し、実寸PDF、PNG、A4面付け、印刷へ出力します。
- Designs both sides of a business card and exports true-size PDF, PNG, A4 sheets, or print.
- 技術スタックTechnology
- Python / PySide6 / segno
- 対応環境Environment
- Windows / Local only
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
QRCodeMaker
入力した内容を、読み取り可能なQRコード画像にするWindows向けアプリ。
A Windows app that turns what you type into a scannable QR code image.
- 主な用途Main use
- 各種QRコードをPNGへ保存し、CSVの連絡先をPDFやPNGへ一括出力します。
- Saves several kinds of QR codes as PNG and batch-exports CSV contacts to PDF or PNG.
- 技術スタックTechnology
- Python / PySide6 / qrcode / Pillow
- 対応環境Environment
- Windows / Offline
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)
Favorites_Launcher_iOS_Local
Windows版 Favorites_Launcher の書き出しを、iPhoneやiPadで開いて編集できる1ファイルのHTMLアプリ。
A single HTML file that opens and edits Favorites_Launcher exports on an iPhone or iPad.
- 主な用途Main use
- ブックマークHTML、JSON、CSVを閲覧・検索・編集し、Windows版用に書き戻します。
- Browses, searches, and edits bookmark HTML, JSON, or CSV, then exports it for the Windows version.
- 技術スタックTechnology
- HTML / JavaScript / Single file / Offline
- 対応環境Environment
- iPhone / iPadのファイルアプリ
- Files app on iPhone / iPad
- 状態Status
- ローカルアーカイブ(未公開)
- Local archive (not published)