GitHub - skorotkiewicz/devdrop: Local-first workspace sync for developers · GitHub
/" data-turbo-transient="true" />
Skip to content
Search or jump to...
Search code, repositories, users, issues, pull requests...
-->
Search
Clear
Search syntax tips
Provide feedback
--><br>We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
-->
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up
Appearance settings
Resetting focus
You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
skorotkiewicz
devdrop
Public
Uh oh!
There was an error while loading. Please reload this page.
Notifications<br>You must be signed in to change notification settings
Fork
Star
main
BranchesTags
Go to file
CodeOpen more actions menu
Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit
History<br>23 Commits<br>23 Commits
.github
.github
arch
arch
docs
docs
src
src
.gitignore
.gitignore
Cargo.lock
Cargo.lock
Cargo.toml
Cargo.toml
LICENSE
LICENSE
PLAN.md
PLAN.md
README.md
README.md
justfile
justfile
View all files
Repository files navigation
devdrop
Local-first workspace sync for developers.
devdrop keeps a code folder understandable across machines and agents: file<br>state, generated-folder ignores, Git status, encrypted secrets, history,<br>recovery, and reviewable agent overlays.
It is not a Git replacement. Git owns source history; devdrop owns the working<br>workspace around it.
Install
Arch Linux:
yay -S devdrop<br># or<br>paru -S devdrop
Start
cargo build --release<br>./target/release/devdrop workspace init ~/code<br>cd ~/code<br>devdrop login<br>devdrop device enroll "MacBook Pro"<br>devdrop sync<br>devdrop status
Use
devdrop ls ~/code/work<br>devdrop ignored ~/code/work/web<br>devdrop repo-status ~/code/work/api<br>devdrop hydrate ~/code/work/api/src/main.rs<br>devdrop pin ~/code/work/api<br>devdrop doctor ~/code
Sync
devdrop remote init /mnt/devdrop-remote<br>devdrop sync ~/code --remote /mnt/devdrop-remote<br>devdrop sync ~/code --remote /mnt/devdrop-remote --pull
Secrets
export DEVDROP_SECRET_KEY="local-passphrase"<br>devdrop secret add ~/code/work/api/.env --scope dev<br>devdrop secret lock ~/code/work/api/.env --scope dev<br>devdrop run --repo ~/code/work/api --secret-scope dev -- cargo test
Agents
devdrop overlay submit<br>devdrop agent accept ">devdrop agent create --repo ~/code/work/api --write-scope 'src/**' --secret-scope test<br>devdrop overlay diff agent-id><br>devdrop overlay submit agent-id><br>devdrop agent accept agent-id>
Agent accepts are scoped: changes outside --write-scope are blocked.
Docs
Open docs/index.html for the guided version.
The architecture plan lives in PLAN.md.
About
Local-first workspace sync for developers
Topics
git
rust
cli
sync
aur
archlinux
sqlite
secrets
workspace
developer-tools
local-first
devdrop
Resources
Readme
License
MIT license
Uh oh!
There was an error while loading. Please reload this page.
Activity
Stars
stars
Watchers
watching
Forks
forks
Report repository
Releases
v0.1.0
Latest
Jun 23, 2026
Sponsor this project
Uh oh!
There was an error while loading. Please reload this page.
buymeacoffee.com/skorotkiewicz
Learn more about GitHub Sponsors
Contributors
Uh oh!
There was an error while loading. Please reload this page.
Languages
Rust<br>98.2%
Just<br>1.1%
Shell<br>0.7%
You can’t perform that action at this time.