Scryptian
Writing tools for Windows. Inline AI text editing — offline, private, free.
https://adrianium.github.io/Scryptian/ (tool WebPage)
scryptian-dem0.mp4
How it works
- Press
Ctrl+Alt— command bar appears - Pick a skill (or type to filter)
- Press
Enter— text from clipboard is processed by a local AI model - Result appears — press
Enteragain to copy and close
Skills
- Translate to my language
- Translate to English
- Summarize
- Improve writing
- Fix spelling and grammar
- Change tone to friendly
- Change tone to professional
- Explain this in simple terms
- Humanize
Add your own: one .py file in skills/ = one skill.
# @title: My Skill
# @description: What it does
# @author: YourName
import bridge
def run(text):
prompt = f"Your prompt here:\n\n{text}"
return bridge.generate(prompt)Setup
Download Scryptian.exe from Releases and run. Model downloads automatically on first use (~2 GB, one time).
Hotkey
Default: Ctrl+Alt. Change in config.py:
HOTKEY = "ctrl+alt"License
MIT