Scripta Alternatives
Similar projects and alternatives to Scripta based on common topics and language
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
meetily
Privacy first, AI meeting assistant with 4x faster Parakeet/Whisper live transcription, speaker diarization, and Ollama summarization built on Rust. 100% local processing. no cloud required. Meetily (Meetly Ai - https://meetily.ai) is the #1 Self-hosted, Open-source Ai meeting note taker for macOS & Windows.
-
-
Usage4Claude
Monitor all your Claude/Codex usage limits in real-time from your macOS menu bar - supports 5-hour, 7-day, extra usage, 7-day Opus and 7-day Sonnet quotas.
-
Parrot
🦜 Free, open-source macOS meeting recorder — real-time transcription, 100% on-device, no cloud, no API costs. Built with SwiftUI + WhisperKit. (by turantekin)
Scripta discussion
Scripta reviews and mentions
-
Gemma 4 wrote three summaries in one response. The middle one was a self-disclaimer.
Harness: benchmarks/calibration-ablation/ in the Scripta repo. README, inputs, results, classification report, raw outputs — all of it. ~6–10 minutes on a 16 GB Mac.
-
I asked Gemma 4 to summarize. It said the transcript looked truncated. It was right.
git clone https://github.com/thehwang/Scripta && cd Scripta ollama pull gemma4:e2b # Stock Ollama default — reproduces the broken case. MODELS="gemma4:e2b" NUM_CTX=2048 bash scripts/benchmark_models.sh \ benchmarks/synthetic-transcript.md # Same model, full context — reproduces the fixed case. MODELS="gemma4:e2b" NUM_CTX=32768 bash scripts/benchmark_models.sh \ benchmarks/synthetic-transcript.md # Compare the two summaries side by side. diff -y benchmarks/*-ctx2048/gemma4:e2b.txt \ benchmarks/*-ctx32768/gemma4:e2b.txt | less
Stats
thehwang/Scripta is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Scripta is Swift.