u/Slight-Elk5237

▲ 10 r/Trollstore+1 crossposts

Hey everyone 👋

I want to share something I've been working on: Nova Keyboard AI — an iOS keyboard extension with AI features, built with SwiftUI.

I'll be honest from the start: I built this with significant help from AI tools. I'm not a professional developer, but I had an idea for a keyboard that could rewrite text, translate, and fix spelling — all from a simple swipe gesture. AI helped me turn that idea into working code, and I learned a lot along the way.

What it does:

  • Swipe Up → AI Tone Shift (rewrite as Professional, Casual, Friendly, or Creative)
  • Swipe Down → AI Translation (13+ languages)
  • Swipe Left → AI Spell Check (language-aware, won't mix languages)
  • Space Bar Drag → Cursor control
  • Long Press → Accent/alternate characters
  • Full emoji grid, text shortcuts, customizable sizing
  • Dark & Light mode support

It uses the Groq API (Llama 3.3 70B) with a "bring your own key" approach — your key stays on your device, no data collection, no analytics.

What I know isn't perfect:

  • There might be edge cases I haven't caught — text replacement during async AI calls can sometimes be tricky
  • The keyboard is SwiftUI-based, which isn't the most common approach for keyboard extensions
  • Performance is good but I'm sure there's room for improvement
  • I'm still learning, so the code might not follow every best practice

Why I'm sharing:

I believe in learning in public. This project taught me a lot about iOS development, keyboard extensions, and working with AI APIs. Instead of waiting until it's "perfect" (it never would be), I'm putting it out there.

If you try it and find bugs, please let me know. If you have suggestions, I'm all ears. If you want to contribute, PRs are welcome.

Links:

Install:

  1. Download the .tipa from Releases
  2. Install via TrollStore
  3. Settings → General → Keyboard → Add New Keyboard → Nova Keyboard AI
  4. Enable Full Access (required for AI features)
  5. Open the app, paste your free Groq API key, done!

Thanks for reading. Any feedback — positive or negative — means a lot to me. 🙏

u/Slight-Elk5237 — 10 days ago

Hi r/jailbreak! 👋

I'm son3ra1n, and today I want to introduce Andromeda, a project I've been working on to modernize and enhance the open-source iOS utility scene.

📜 The Story & Credits

Andromeda is an independent fork built upon the incredible core architecture of Geranium by c22dev. Full credit goes to the original author! I started this project to evolve the experience—adding "Pro" features and a premium glassmorphism UI that the community has been asking for.

✨ What makes Andromeda different? (v2.5.2)

This version is a complete overhaul, focusing on realistic location simulation and advanced system tools:

🌍 LocSim Pro:

  • 🛣️ Live Route Simulation: Simulate realistic movement (Car, Bike, or Walking) from point A to B. It sends live GPS updates to the system, making it look like you're actually traveling—perfect for sharing your "live location" on WhatsApp, Telegram, and other apps.
  • 📱 App-Specific Profiles: Create custom location presets for specific apps. Switch to your "Tinder spot" or "Pokémon GO route" with one tap, keeping your location profiles organized and separate.
  • ⭐ One-Tap Favorites: Mark any spot on the map, and Andromeda instantly converts the coordinates into a saved favorite for quick access later.
  • 🕹️ Dynamic Joystick: Real-time location control with an on-screen joystick for quick adjustments or fun maneuvers.
  • 🔍 Advanced Search: Easily find any address or landmark worldwide by name.
  • ⏱️ Auto-Stop Timer: Set your simulation to end automatically (15min to 2hr).

🧹 System & Management:

  • 📊 Pro Storage Analyzer: Visualize your device storage with a beautiful, interactive donut chart that breaks down System, Media, and Cache data.
  • 🧹 Deep System Cleaner: Safely wipe system caches, temporary files, and OTA updates with real-time progress tracking to keep your device running light and fast.
  • 🚩 Daemon Manager & Supervise: Safely manage system daemons and device supervision tools.
  • ⏳ ByeTime: Disable Screen Time restrictions (iCloud supported).

🔧 Stability & Quality

I've performed a complete audit of the original source code:

  • Refactored old logic to use modern, safe Swift patterns (fixed potential crashes).
  • Updated deprecated APIs for better performance on iOS 15-17.
  • Cleaned up branding and UI assets for a premium look and feel.

GitHub (Open Source): https://github.com/Son3ra1n/Andromeda Download TIPA: https://github.com/Sonerbt/Andromeda/releases/tag/v2.5.2

Andromeda is and will always be free and open-source. I'd love to hear your feedback and suggestions! 🌌🚀🦾

u/Slight-Elk5237 — 15 days ago
▲ 14 r/Trollstore+1 crossposts

Hi everyone! 🌌

I'm back with a massive update for **Andromeda**. While v2.5.1 was a hotfix, v2.5.2 is a total game-changer. I've listened to your feedback and added the most requested "Pro" features for location simulation and system management.

### 🚀 What's New in v2.5.2:

* **🎮 Real-time Joystick:** Move your location instantly with an on-screen joystick. Includes 4 speed modes (Walk, Run, Bike, Car).

* **🛣️ Route Simulation:** Set a destination and Andromeda will follow the route automatically. Perfect for simulating movement.

* **📂 GPX Support:** You can now import your own GPX files for custom routes and automated movement.

* **📱 App Profiles:** Save specific coordinates for different apps (e.g., separate presets for Tinder, PoGo, etc.) and switch with one tap.

* **🎛️ Quick Access Menu:** A new vertical sidebar that keeps all tools (Search, Favorites, Timer, Stop) visible and accessible at all times.

* **📊 Storage Analytics:** A beautiful new dashboard to see exactly what's eating up your device storage.

* **⏱️ Auto-Stop Timer:** Set it and forget it. LocSim will automatically turn off after your selected duration (15m to 2h).

### 🔧 Stability & Improvements:

* Unified versioning to **2.5.2** across the entire app and GitHub.

* Complete code audit: removed crash-prone logic and optimized performance for iOS 15-17.

* Fixed address search accuracy and bookmark reliability.

* Cleaned up UI and removed duplicate settings buttons.

**Download v2.5.2:** https://github.com/Sonerbt/Andromeda/releases/tag/v2.5.2

Install the `.tipa` via TrollStore. 🦾

Thanks for all the support, feedback, and bug reports! Let me know what you want to see in the next version. 🚀🌌🦾

u/Slight-Elk5237 — 3 days ago

Hi everyone, I just pushed a quick update to address the issues reported in the release thread.

Changes in v2.5.1:

  • Fixed RootHelper Error: Cleaner is now working perfectly (fixed missing entitlements and binary bundling).
  • Fixed Map Tap: You can now set your location by simply tapping anywhere on the map.
  • Fixed Tab Bar: Navigation is now smoother and the bottom menu no longer disappears.
  • Better compatibility for older devices like iPhone 8 Plus.

Download: https://github.com/Sonerbt/Andromeda/releases/tag/v2.5.1

Thanks for all the support and bug reports! 🚀🌌

u/Slight-Elk5237 — 16 days ago

⚠️ UPDATE v2.5.1 IS OUT!

I've just released a hotfix that addresses the RootHelper error, map tap issues, and navigation bugs. Please download the latest version from GitHub:

Download v2.5.1 TIPA
Hi everyone! 🌌

I'm excited to share **Andromeda**, a heavily improved and modernized version of the famous Geranium project. I've taken the solid foundation of Geranium and rebuilt the experience to be more "Pro" and visually stunning.

### ✨ What's New in Andromeda?

* **🎨 Premium Glassmorphism UI:** Rebuilt from scratch with a modern, indigo/purple dark theme.

* **🌍 LocSim Pro:** Advanced location simulation with **Realism (Jitter) mode** to mimic human movement (great for games!).

* **🔋 Background Persistence:** Simulation now stays active reliably even when the app is minimized.

* **📍 Address Search & Bookmarks:** Easily find and save your favorite locations.

* **🧹 System Cleaner:** Keep your device light by cleaning caches and junk files.

* **🚩 Daemon Manager & Supervise:** All your system utilities in one powerful app.

### 📜 Credits

Andromeda is an independent fork and is built upon the great work of **c22dev** (Geranium). Big thanks for the core architecture!

### 🚀 Get Started:

**GitHub:** https://github.com/Sonerbt/Andromeda

**Requirements:** iOS 15.0 - 17.0 (TrollStore)

I'd love to hear your feedback and suggestions. Enjoy! 🌌🚀🦾

u/Slight-Elk5237 — 17 days ago