Find a file
2026-06-27 00:39:54 -07:00
.claude/skills/frontend-design Adds a full monitoring subsystem to the server admin panel 2026-06-05 19:19:11 -07:00
.gitHooks Skip slow server tests in the pre-commit hook 2026-05-21 01:58:06 -07:00
.github Pin Xcode 26 for iOS test link in CI 2026-06-27 00:05:36 -07:00
.junie Added Scene Renaming for the SceneList! 2025-03-31 22:11:35 -07:00
.run More cleanup and dedup of api routes code 2026-05-26 18:51:50 -07:00
android Add RTF import for new projects 2026-06-25 00:15:37 -07:00
base Merge pull request #681 from Wavesonics/fix/527-moved-paragraph-edge-cases 2026-06-27 00:03:58 -07:00
buildSrc Add "Server only" publish scope to prepareForRelease 2026-06-23 00:38:08 -07:00
common Fix getProjects crash when a project dir is deleted mid-listing (#677) 2026-06-27 00:03:00 -07:00
composeUi Fix blank/spinner Compose previews for editor screens 2026-06-27 00:12:16 -07:00
desktop Add two new shortcuts for closing the project window 2026-06-22 10:15:11 -07:00
docs Identify projects by projectId in sync API URLs (#679) 2026-06-26 22:21:33 -07:00
fastlane Prepared for release: v3.5.0 2026-06-27 00:39:39 -07:00
flatpak Prepared for release: v3.5.0 2026-06-27 00:39:39 -07:00
gradle Prepared for release: v3.5.0 2026-06-27 00:39:39 -07:00
integrationTests Add integration coverage for server-originated entities 2026-06-11 23:44:58 -07:00
ios Prepared for release: v3.5.0 2026-06-27 00:39:39 -07:00
msix Add manifest-driven asset generation pipeline 2026-05-22 19:26:49 -07:00
readme Update preview image 2026-05-23 01:43:04 -07:00
scripts Update our store asset generation 2026-05-23 01:00:28 -07:00
server Identify projects by projectId in sync API URLs (#679) 2026-06-26 22:21:33 -07:00
snap Prepared for release: v3.5.0 2026-06-27 00:39:39 -07:00
.codacy.yaml Clean up Codacy Lizard config (drop composeUi exclusion, fix engine casing) (#515) 2026-05-28 21:29:07 -07:00
.editorconfig Except yaml files 2023-07-05 22:02:48 -07:00
.gitignore Harden release task against network failures 2026-06-08 21:45:29 -07:00
build.gradle.kts Kover hygiene + server domain coverage (#611) 2026-06-14 11:13:54 -07:00
CHANGELOG.md Prepared for release: v3.5.0 2026-06-27 00:39:39 -07:00
codecov.yml Add Codecov config 2024-10-18 01:11:04 -06:00
crowdin.yml Update Crowdin configuration file 2026-01-06 00:24:06 -08:00
DEVELOPMENT.md Re-enable public-storage projects on F-Droid builds (#568) 2026-06-07 19:16:42 -07:00
Gemfile Working on Android publishing 2023-08-09 20:54:45 -07:00
Gemfile.lock Bump jwt to 2.10.3 for CVE-2026-45363 and pin android-emulator-runner to a commit SHA 2026-06-06 15:42:35 -07:00
gradle.properties Bump Gradle JVM args for K/N build 2026-05-20 22:24:03 -07:00
gradlew Update gradle 9.5.0 2026-05-18 21:09:52 -07:00
gradlew.bat Update gradle 9.5.0 2026-05-18 21:09:52 -07:00
hammer-editor-logo.svg Updating logo and icons 2026-05-13 21:53:57 -07:00
hammer-icon.png Updating logo and icons 2026-05-13 21:53:57 -07:00
hammer-icon.svg Updating logo and icons 2026-05-13 21:53:57 -07:00
LICENSE Add LICENSE 2023-02-08 18:07:09 -08:00
PRIVACY.md Prep for Google Play release 2023-04-24 17:55:05 -07:00
README.md Add Dark Rock Studios section to README 2026-06-06 15:05:33 -07:00
renovate.json Add renovate.json (#53) 2023-09-07 19:36:28 -07:00
settings.gradle.kts Re-enable public-storage projects on F-Droid builds (#568) 2026-06-07 19:16:42 -07:00
SUPPORT.md Update release target info 2026-05-29 22:43:40 -07:00

Hammer Logo Hammer: A story editor

A simple tool for building stories.

badge-kotlin MIT License Build Status Codacy Badge codecov

badge-platform-android badge-platform-ios badge-platform-windows badge-platform-linux badge-platform-macos

Discord badge Crowdin

Available on:

Platform App Store Direct download
Android Google Play F-Droid .apk
iOS App Store
Windows Microsoft Store .msi .exe
macOS Mac App Store .dmg
Linux Snap Store .deb .rpm AppImage Flatpak

Community

Join our Discord and help us by reporting bugs, making feature requests, and discussing the future of Hammer.

Or visit us on Reddit at r/hammereditor

Take a look at the Roadmap to see whats coming.

Multi-platform

This app is where ever you are. Your phone, tablet, desktop, laptop, this program can be installed and run, not simply a website-in-a-box, but instead using native client side technologies to provide the best experience possible.

Multi-Screen

Whether you are on a phone, tablet, or desktop, Hammer will make the best use of your screen space. Also supporting both light and dark modes.

Screen Shots

Offline first

I was frustrated with most of the story writing software I was finding as they were using web technologies (aka: Web Page in a box) which always seems to run into problems while being used offline for long periods of time. Hammer is designed from the ground up to be entirely local, no internet connection required, ever.

Transparent Data

Your data is yours. It's not stored in the cloud, or some opaque database. It is stored in simple, human readable files, just using files and folders to define the project structure. You can open your OSes file browser and take a look for your self. If this program went away today you would be able to easily interact with your data.

Intelligent Syncing between devices

Your data can be synchronized between devices allowing you to work on your story from anywhere, and have no fear of a change on one device, overwriting a change on another device.

Optional and Self hosted Syncing

Syncing is entirely optional, you can install the client and use it on one device, or you can install the server and sync your data between devices. You could even use some other service to sync your data, like Dropbox, Google Drive or syncthing. (however these will only work for syncing between desktop computers. Mobile clients will have to use the built in syncing protocol.)

It's all up to you. Instructions can be found here.

If you don't know how, or just don't want to setup your own server, we're also running an official syncing server.

Official Server: hammer.ink

This is also the best way to support the project! Subscribe to our Patreon in order to get instant access to this official Sync server.

This official server endeavors to be a reliable, and secure way to sync your projects. We perform regular backups, and of course encrypt all of our data both in transit, and at rest in our database. Let us manage the server, and you worry about writing!

Test Environment

We're also running a test environment here: test.hammer.ink which is always running the latest commit.

Do not use the test environment for real data! It will get cleared from time-to-time without notice!

🪨 Dark Rock Studios

Dark Rock Studios is all about building Free and Open Source Software.

🐛 Found bugs?
💡 Have suggestions?
📚 Want to help translate?
🎮 Interested in our other apps?
👉 Join our community of Open Source enthusiasts on Discord!

Development

Want to contribute? Great! Here are some instructions to get you started.

Having a problem?

Visit our support page.

Redeploy